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