次の方法で共有


TabularData.Rows プロパティ

定義

表形式データのデータ行を取得または設定します。

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)

プロパティ値

Collection<T> を返します。

属性

適用対象