public int? FirstMatchingRowIndex { get; }
Public ReadOnly Property FirstMatchingRowIndex As Integer? Get
public: property Nullable<int> FirstMatchingRowIndex { Nullable<int> get (); }
member FirstMatchingRowIndex : Nullable<int> with get
In This Article