Partager via


Propriété MetadataSearchCriteria.AttributeGroups

Gets or sets the criteria to fill the AttributeGroups property.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property AttributeGroups As Collection(Of Identifier)
    Get 
    Friend Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

MetadataSearchCriteria Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts