ID Property
Summary
Gets or sets the ID (GUID) of a job to retrieve the information for.
Syntax
[DataMemberAttribute()]
public string ID { get; set; }
Public Property ID As String
public:
property String^ ID {
String^ get();
void set ( String^ );
}
Property Value
A System.String that represents the ID (GUID) of a job to retrieve the information for.