ICloudBlob.BlobType Property (Microsoft.WindowsAzure.Storage.Blob)

From 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