TabularData.Rows Eigenschaft

Definition

Gibt die Zeilen an.

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)

Eigenschaftswert

Die Zeilen.

Attribute

Gilt für: