Partager via


Propriété BRAttributeArgumentBase.PropertyType

When overridden in a derived class, gets the property type.

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 BRAttributeArgumentBase 
Dim value As BRPropertyType 

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

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.BRPropertyType
The property type.

Implémente

IBRArgument.PropertyType

Voir aussi

Référence

BRAttributeArgumentBase Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts