Freigeben über


IBRArgument.PropertyType-Eigenschaft

Gets the business rule argument property type.

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

Syntax

'Declaration
ReadOnly Property PropertyType As BRPropertyType 
    Get
'Usage
Dim instance As IBRArgument 
Dim value As BRPropertyType 

value = instance.PropertyType
BRPropertyType PropertyType { get; }
property BRPropertyType PropertyType {
    BRPropertyType get ();
}
abstract PropertyType : BRPropertyType
function get PropertyType () : BRPropertyType

Eigenschaftswert

Typ: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyType
The business rule argument property type.

Siehe auch

Verweis

IBRArgument Schnittstelle

Microsoft.MasterDataServices.Services.DataContracts-Namespace