SecurityDescription.InstanceKeyName Property
Gets or sets the name of the instance key, for example, the value of the CollectionID property for SMS_Collection 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.InstanceKeyName
instance.InstanceKeyName = value
Syntax
'Declaration
<XmlAttributeAttribute("InstanceKeyName")> _
Public Property InstanceKeyName As String
[XmlAttributeAttribute("InstanceKeyName")]
public string InstanceKeyName { get; set; }
[XmlAttributeAttribute(L"InstanceKeyName")]
public:
property String^ InstanceKeyName {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_InstanceKeyName ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_InstanceKeyName (String value)
DebuggerStepThroughAttribute
public function get InstanceKeyName () : String
DebuggerStepThroughAttribute
public function set InstanceKeyName (value : String)
Property Value
Instance key 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