Creates the range formatted string and set the Range property.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public static void SetRange( this GetJobOutputRequest request, long start, Nullable<long> end )
 Parameters
 Parameters- request (GetJobOutputRequest)
- start (Int64)
- The start of the range.
 Usage Note
 Usage NoteIn Visual Basic and C#, you can call this method as an instance method on any object of type GetJobOutputRequest. When you use instance method syntax to call this method, omit the first parameter.