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 and sets the friendly name.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public string FriendlyName { get; set; }
public:
[DataMemberAttribute]
property String^ FriendlyName {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property FriendlyName As String
Property Value
Type: System.String
The friendly name.
See Also
DiskInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top