Metadata.AttributeGroups プロパティ
属性グループの配列を取得または設定します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AttributeGroups As Collection(Of AttributeGroup)
Get
Set
'使用
Dim instance As Metadata
Dim value As Collection(Of AttributeGroup)
value = instance.AttributeGroups
instance.AttributeGroups = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<AttributeGroup> AttributeGroups { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<AttributeGroup^>^ AttributeGroups {
Collection<AttributeGroup^>^ get ();
void set (Collection<AttributeGroup^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member AttributeGroups : Collection<AttributeGroup> with get, set
function get AttributeGroups () : Collection<AttributeGroup>
function set AttributeGroups (value : Collection<AttributeGroup>)
プロパティ値
型: System.Collections.ObjectModel.Collection<AttributeGroup>
AttributeGroup 型のコレクション。