UserContextTask.Arguments Property
Gets the command-line arguments for the program.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
[DataMemberAttribute]
public string Arguments { get; private set; }
public:
[DataMemberAttribute]
property String^ Arguments {
String^ get();
private: void set(String^ value);
}
<DataMemberAttribute>
Public Property Arguments As String
Get
Private Set
End Property
Property Value
Type: System.String
An instance of String that contains the arguments.
Remarks
The arguments can contain environment variables.
See Also
UserContextTask Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top