The job's friendly name. If null, then the friendly name will be set to the name
of the script.
Namespace: ScopeClientAssembly: Scope (in Scope.exe) Version: 10.2.0.0 (10.2.2.0)
Syntax
C# |
---|
public string FriendlyName { get; set; } |
Visual Basic |
---|
Public Property FriendlyName As String Get Set |
Visual C++ |
---|
public: property String^ FriendlyName { String^ get (); void set (String^ value); } |