Partager via


Propriété IBRArgument.PropertyType

Gets the business rule argument property type.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
ReadOnly Property PropertyType As BRPropertyType 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IBRArgument Interface

Espace de noms Microsoft.MasterDataServices.Services.DataContracts