Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the starting offset of the page range.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public long StartOffset { get; internal set; }
 
public:
property long long StartOffset {
	long long get();
	internal: void set(long long value);
}
 
member StartOffset : int64 with get, internal set
 
Public Property StartOffset As Long
	Get
	Friend Set
End Property

Property Value

Type: System.Int64System::Int64System.Int64System.Int64

The starting offset.

Return to top