Propriété BRArgument.PropertyType
When overridden in a derived class, gets the property type of the argument.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property PropertyType As BRPropertyType
Get
'Utilisation
Dim instance As BRArgument
Dim value As BRPropertyType
value = instance.PropertyType
public abstract BRPropertyType PropertyType { get; }
public:
virtual property BRPropertyType PropertyType {
BRPropertyType get () abstract;
}
abstract PropertyType : BRPropertyType
abstract function get PropertyType () : BRPropertyType
Valeur de propriété
Type : Microsoft.MasterDataServices.Services.DataContracts.BRPropertyType
The property type of the argument.
Implémente
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts