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 the name of the new folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public string Name { get; private set; }
public:
property String^ Name {
String^ get();
private: void set(String^ value);
}
Public Property Name As String
Get
Private Set
End Property
Property Value
Type: System.String
A string that contains the name of the folder.
See Also
CreateFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top