Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets a CloudFileShare object representing the file's share.

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

Syntax

 
public CloudFileShare Share { get; }
 
public:
property CloudFileShare^ Share {
	virtual CloudFileShare^ get() sealed;
}
 
abstract Share : CloudFileShare with get
override Share : CloudFileShare with get
 
Public ReadOnly Property Share As CloudFileShare
Return to top