Właściwość EntityMembersGetCriteria.AttributeGroupId
Pobiera lub ustawia identyfikator AttributeGroup jako metoda identyfikacji żądanej zestaw kolumn.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AttributeGroupId As Identifier
Get
Set
'Użycie
Dim instance As EntityMembersGetCriteria
Dim value As Identifier
value = instance.AttributeGroupId
instance.AttributeGroupId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier AttributeGroupId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ AttributeGroupId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member AttributeGroupId : Identifier with get, set
function get AttributeGroupId () : Identifier
function set AttributeGroupId (value : Identifier)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Identifier
Nowe wystąpienie typu Identifier.
Uwagi
Ta właściwość jest opcjonalna.