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 display name of the disk.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public string FriendlyName { get; internal set; }
public:
property String^ FriendlyName {
String^ get();
internal: void set(String^ value);
}
Public Property FriendlyName As String
Get
Friend Set
End Property
Property Value
Type: System.String
An instance of String that contains the name of the disk.
See Also
Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top