Gets or sets a custom display name for the hard disk location.
Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)
<DispIdAttribute(1610743808)> _
Property LocationDisplayName As String
[DispIdAttribute(1610743808)]
string LocationDisplayName { get; set; }
[DispIdAttribute(1610743808)]
property String^ LocationDisplayName {
String^ get ();
void set ([InAttribute] String^ pDisplayName);
}
/** @property */
String get_LocationDisplayName ()
/** @property */
void set_LocationDisplayName (/** @attribute InAttribute() */ String pDisplayName)
function get LocationDisplayName () : String
function set LocationDisplayName (pDisplayName : String)
Property Value
An instance of String that contains the custom display name for the hard disk location. The name that is defined in this property is displayed in the console. If this property is set to an empty string, the default location is displayed in the console.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Target Platforms
Windows Home Server