TabularData.Rows Property

Definition

Gets or sets the rows of data in the tabular data.

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

Property Value

Returns Collection<T>.

Attributes

Applies to