BRGetCriteria.AttributeId Property

Definition

Gets or sets an identifier to specify the globally unique identifier (GUID) or the exact name of the attribute.

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

Property Value

A new instance of type Identifier.

Attributes

Applies to