Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the file's system properties.

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

Syntax

 
public FileProperties Properties { get; }
 
public:
property FileProperties^ Properties {
	FileProperties^ get();
}
 
member Properties : FileProperties with get
 
Public ReadOnly Property Properties As FileProperties
Return to top