EntityMembersGetCriteria.AttributeGroupId Property

Definition

Gets or sets the ID of an AttributeGroup as a method of identifying a desired column set.

public:
 property Microsoft::MasterDataServices::Identifier ^ AttributeGroupId { Microsoft::MasterDataServices::Identifier ^ get(); void set(Microsoft::MasterDataServices::Identifier ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Identifier AttributeGroupId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.AttributeGroupId : Microsoft.MasterDataServices.Identifier with get, set
Public Property AttributeGroupId As Identifier

Property Value

A new instance of type Identifier.

Attributes

Remarks

This property is optional.

Applies to