Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the full path to the program that is assigned to the ProcessTaskStartInfo object.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public string FileName { get; set; }
public:
property String^ FileName {
String^ get();
void set(String^ value);
}
Public Property FileName As String
Property Value
Type: System.String
An instance of String that contains the full path to the program.
See Also
ProcessTaskStartInfo Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top