FolderShortInfo.DriveLabel Property
Gets and sets the drive label.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public string DriveLabel { get; set; }
public:
[DataMemberAttribute]
property String^ DriveLabel {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property DriveLabel As String
Property Value
Type: System.String
The drive label.
See Also
FolderShortInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top