Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

IListFileItem.Share Property (Microsoft.WindowsAzure.Storage.File)

Gets the file item's share.

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

Syntax

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