BRAttributeArgumentBase.AttributeId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the attribute ID of a business rule argument.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public Identifier AttributeId { get; set; }
public:
[DataMemberAttribute]
property Identifier^ AttributeId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute>]
member AttributeId : Identifier with get, set
<DataMemberAttribute>
Public Property AttributeId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Identifier

A new instance of type Identifier.

See Also

BRAttributeArgumentBase Class
Microsoft.MasterDataServices Namespace

Return to top