SecurityDescription.InstanceDisplayName Property
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
'Usage
Dim instance As SecurityDescription
Dim value As String
value = instance.InstanceDisplayName
instance.InstanceDisplayName = value
Syntax
'Declaration
<XmlAttributeAttribute("InstanceDisplayName")> _
Public Property InstanceDisplayName As String
[XmlAttributeAttribute("InstanceDisplayName")]
public string InstanceDisplayName { get; set; }
[XmlAttributeAttribute(L"InstanceDisplayName")]
public:
property String^ InstanceDisplayName {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_InstanceDisplayName ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_InstanceDisplayName (String value)
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
Reference
SecurityDescription Class
SecurityDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace