ActionDescription.DialogId Property
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
'Usage
Dim instance As ActionDescription
Dim value As String
value = instance.DialogId
instance.DialogId = value
Syntax
'Declaration
<XmlElementAttribute("DialogId", IsNullable:=False)> _
Public Property DialogId As String
[XmlElementAttribute("DialogId", IsNullable=false)]
public string DialogId { get; set; }
[XmlElementAttribute(L"DialogId", IsNullable=false)]
public:
property String^ DialogId {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_DialogId ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_DialogId (String value)
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
Reference
ActionDescription Class
ActionDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace