SpacesPoolInfo.FriendlyName Property
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
SpacesPoolInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top