Indicates the identifier for the wizard branch reference. This
field supports the Configuration Manager infrastructure and is not
intended to be used directly from your code.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Syntax
Visual Basic |
<XmlAttributeAttribute("Id")> _
Public Id As String
|
C# |
[XmlAttributeAttribute("Id")]
public string Id
|
C++ |
[XmlAttributeAttribute(L"Id")]
public:
String^ Id
|
J# |
/** @attribute XmlAttributeAttribute("Id") */
public String Id
|
JScript |
XmlAttributeAttribute("Id")
public var Id : String
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also