CommandLineItem.CommandLineExecutableName Property
Applies To: Windows Server Update Services
Gets or sets the program name.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string CommandLineExecutableName { get; set; }
public:
property String^ CommandLineExecutableName {
String^ get();
void set(String^ value);
}
member CommandLineExecutableName : string with get, set
Public Property CommandLineExecutableName As String
Property Value
Type: System.String
The program name.
See Also
CommandLineItem Class
Microsoft.UpdateServices.Administration Namespace
Return to top