Gets or sets the name of the instance display, for example, the value of the SiteCode property for SMS_Site Server WMI Class. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As SecurityDescription
Dim value As String

value = instance.InstanceDisplayName

instance.InstanceDisplayName = value

Syntax

Visual Basic
<XmlAttributeAttribute("InstanceDisplayName")> _
Public Property InstanceDisplayName As String
C#
[XmlAttributeAttribute("InstanceDisplayName")] 
public string InstanceDisplayName { get; set; }
C++
[XmlAttributeAttribute(L"InstanceDisplayName")] 
public:
property String^ InstanceDisplayName {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_InstanceDisplayName ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_InstanceDisplayName (String value)
JScript
DebuggerStepThroughAttribute 
public function get InstanceDisplayName () : String

DebuggerStepThroughAttribute 
public function set InstanceDisplayName (value : String)

Property Value

Instance display name string.

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 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also