IBRArgument.PropertyType Property

 

Gets the business rule argument property type.

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

Syntax

BRPropertyType PropertyType { get; }
property BRPropertyType PropertyType {
    BRPropertyType get();
}
abstract PropertyType : BRPropertyType with get
ReadOnly Property PropertyType As BRPropertyType

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyType

The business rule argument property type.

See Also

IBRArgument Interface
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top