إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Gets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.AttributeGroups property.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AttributeGroups As Collection(Of Identifier)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
A collection of type Identifier.