Gets or sets the identifier of the dialog box XML file to load when
the class setting associated with the action is "ShowDialog".
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As ActionDescription
Dim value As String
value = instance.DialogId
instance.DialogId = value
|
Syntax
Visual Basic |
<XmlElementAttribute("DialogId", IsNullable:=False)> _
Public Property DialogId As String
|
C# |
[XmlElementAttribute("DialogId", IsNullable=false)]
public string DialogId { get; set; }
|
C++ |
[XmlElementAttribute(L"DialogId", IsNullable=false)]
public:
property String^ DialogId {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_DialogId ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_DialogId (String value)
|
JScript |
DebuggerStepThroughAttribute
public function get DialogId () : String
DebuggerStepThroughAttribute
public function set DialogId (value : String)
|
Property Value
Identifier 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