MetadataSearchCriteria.AttributeGroups 属性

Gets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.AttributeGroups property.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AttributeGroups As Collection(Of Identifier)
    Get
    Set
用法
Dim instance As MetadataSearchCriteria
Dim value As Collection(Of Identifier)

value = instance.AttributeGroups

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

属性值

类型:System.Collections.ObjectModel.Collection<Identifier>
A collection of type Identifier.

请参阅

参考

MetadataSearchCriteria 类

Microsoft.MasterDataServices 命名空间