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
Visual Basic |
Dim instance As SecurityDescription
Dim value As String
value = instance.InstanceKeyName
instance.InstanceKeyName = value
|
Syntax
Visual Basic |
<XmlAttributeAttribute("InstanceKeyName")> _
Public Property InstanceKeyName As String
|
C# |
[XmlAttributeAttribute("InstanceKeyName")]
public string InstanceKeyName { get; set; }
|
C++ |
[XmlAttributeAttribute(L"InstanceKeyName")]
public:
property String^ InstanceKeyName {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_InstanceKeyName ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_InstanceKeyName (String value)
|
JScript |
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