Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the description of the folder creation task.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public string Description { get; set; }
public:
[DataMemberAttribute]
property String^ Description {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property Description As String
Property Value
Type: System.String
The description of the folder creation task.
See Also
FolderCreateInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top