Gets or sets the file path to the executable. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ExecutableDescription
Dim value As String

value = instance.FilePath

instance.FilePath = value

Syntax

Visual Basic
<XmlElementAttribute("FilePath")> _
Public Property FilePath As String
C#
[XmlElementAttribute("FilePath")] 
public string FilePath { get; set; }
C++
[XmlElementAttribute(L"FilePath")] 
public:
property String^ FilePath {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_FilePath ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_FilePath (String value)
JScript
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