TabularData.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)

属性值

行。

属性

适用于