PageRange.StartOffset Property (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
PageRange.StartOffset Property
PageRange::StartOffset Property
PageRange.StartOffset Property
PageRange.StartOffset Property
Gets the starting offset of the page range.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property long long StartOffset {
long long get();
internal: void set(long long value);
}
Return to top
Gets the starting offset of the page range.
Syntax
C++
public: property long long StartOffset { long long get(); internal: void set(long long value); }