Compartir a través de


BRArgument.PropertyType Propiedad

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property PropertyType As BRPropertyType 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyType
The property type of the argument.

Implementa

IBRArgument.PropertyType

Vea también

Referencia

BRArgument Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts