ExecutableDescription.FilePath Property
Gets or sets the file path to the executable.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ExecutableDescription
Dim value As String
value = instance.FilePath
instance.FilePath = value
Syntax
'Declaration
<XmlElementAttribute("FilePath")> _
Public Property FilePath As String
[XmlElementAttribute("FilePath")]
public string FilePath { get; set; }
[XmlElementAttribute(L"FilePath")]
public:
property String^ FilePath {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_FilePath ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_FilePath (String value)
DebuggerStepThroughAttribute
public function get FilePath () : String
DebuggerStepThroughAttribute
public function set FilePath (value : String)
Property Value
File path 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
ExecutableDescription Class
ExecutableDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace