TabularData.Rows Property

Definition

Specifies the rows.

public:
 property System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::TabularDataRow ^> ^ Rows { System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::TabularDataRow ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::TabularDataRow ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.TabularDataRow> Rows { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Rows : System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.TabularDataRow> with get, set
Public Property Rows As IList(Of TabularDataRow)

Property Value

The rows.

Attributes

Applies to