Partilhar via


Propriedade do RDL BRAttributeArgumentBase.PropertyType

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

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

Sintaxe

'Declaração
Public MustOverride ReadOnly Property PropertyType As BRPropertyType 
    Get
'Uso
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

Valor da propriedade

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

Implementa

IBRArgument.PropertyType

Consulte também

Referência

BRAttributeArgumentBase Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts