StepID Property (ScriptHostInterface)
In This Topic
Gets the unique ID for the job step definition.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Shared ReadOnly Property StepID As String
[CanBeNull()]
public static string StepID {get;}
[CanBeNull()]
public:
static property String^ StepID {
String^ get();
}
See Also