IDiskInfo2.LocationDisplayName Property
IDiskInfo2.LocationDisplayName Property
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)
Usage

Syntax

Visual Basic
<DispIdAttribute(1610743808)> _
Property LocationDisplayName As String
C#
[DispIdAttribute(1610743808)] 
string LocationDisplayName { get; set; }
C++
[DispIdAttribute(1610743808)] 
property String^ LocationDisplayName {
    String^ get ();
    void set ([InAttribute] String^ pDisplayName);
}
J#
/** @property */
String get_LocationDisplayName ()

/** @property */
void set_LocationDisplayName (/** @attribute InAttribute() */ String pDisplayName)
JScript
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.
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server
See Also

Page view tracker