CreateFolderRequest.Description Property
Gets or sets the description of the folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public string Description { get; set; }
public:
property String^ Description {
String^ get();
void set(String^ value);
}
Public Property Description As String
Property Value
Type: System.String
A string that contains the description of the folder.
See Also
CreateFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top