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