DataQualityOperationResultsGetRequest.StartRow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the zero-based first row to retrieve
public:
property int StartRow { int get(); void set(int value); };
[System.ServiceModel.MessageBodyMember]
public int StartRow { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.StartRow : int with get, set
Public Property StartRow As Integer
Property Value
The zero-based first row to retrieve.
- Attributes