MetadataSearchCriteria.AttributeGroups 属性

Gets or sets the criteria to fill the AttributeGroups property.

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

语法

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

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

属性值

类型:System.Collections.ObjectModel.Collection<Identifier>
The criteria to fill the Metadata.AttributeGroups property.

请参阅

参考

MetadataSearchCriteria 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间