次の方法で共有


Member.Collections プロパティ

メンバーが含まれているコレクションを取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Collections As Collection(Of Collection)
    Get 
    Friend Set
'使用
Dim instance As Member 
Dim value As Collection(Of Collection)

value = instance.Collections
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Collection> Collections { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Collection^>^ Collections {
    Collection<Collection^>^ get ();
    internal: void set (Collection<Collection^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Collections : Collection<Collection> with get, internal set
function get Collections () : Collection<Collection>
internal function set Collections (value : Collection<Collection>)

プロパティ値

型: System.Collections.ObjectModel.Collection<Collection>
メンバーが含まれているコレクション。

関連項目

参照

Member クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間