Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileShare.Properties Property (Microsoft.WindowsAzure.Storage.File)

Gets the share's system properties.

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

Syntax

 
public FileShareProperties Properties { get; private set; }
 
public:
property FileShareProperties^ Properties {
	FileShareProperties^ get();
	private: void set(FileShareProperties^ value);
}
 
member Properties : FileShareProperties with get, private set
 
Public Property Properties As FileShareProperties
	Get
	Private Set
End Property
Return to top