Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Gets a CloudFileShare object that represents the share for the directory.

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