Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the type of the blob.

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

Syntax

 
BlobType BlobType { get; }
 
property BlobType BlobType {
	BlobType get();
}
 
abstract BlobType : BlobType with get
 
ReadOnly Property BlobType As BlobType
Return to top