IBRArgument.PropertyName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the business rule argument property name.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

BRPropertyName PropertyName { get; set; }
property BRPropertyName PropertyName {
    BRPropertyName get();
    void set(BRPropertyName value);
}
abstract PropertyName : BRPropertyName with get, set
Property PropertyName As BRPropertyName

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyName

The business rule argument property name.

See Also

IBRArgument Interface
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top