Partager via


Propriété PropertyType

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.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

Implémente

IBRArgument. . :: . .PropertyType
IBRArgument. . :: . .PropertyType