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

 
public BlobType BlobType { get; internal set; }
 
public:
property BlobType BlobType {
	virtual BlobType get() sealed;
	internal: virtual void set(BlobType value) sealed;
}
 
abstract BlobType : BlobType with get, internal set
override BlobType : BlobType with get, internal set
 
Public Property BlobType As BlobType
	Get
	Friend Set
End Property
Return to top