Indicates the external file that is run when the user selects the
action. For example, an EXE or CMD file. The external file
information is stored in an
ExecutableDescription object.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
<XmlElementAttribute("Executable", IsNullable:=False)> _
Public executableDescription As ExecutableDescription
|
C# |
[XmlElementAttribute("Executable", IsNullable=false)]
public ExecutableDescription executableDescription
|
C++ |
[XmlElementAttribute(L"Executable", IsNullable=false)]
public:
ExecutableDescription^ executableDescription
|
J# |
/** @attribute XmlElementAttribute("Executable", IsNullable=false) */
public ExecutableDescription executableDescription
|
JScript |
XmlElementAttribute("Executable", IsNullable=false)
public var executableDescription : ExecutableDescription
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also