Propriedade do RDL PropertyType
Gets the property type.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
Public Overrides ReadOnly Property PropertyType As BRPropertyType
Get
'Uso
Dim instance As BRFreeformArgument
Dim value As BRPropertyType
value = instance.PropertyType
public override BRPropertyType PropertyType { get; }
public:
virtual property BRPropertyType PropertyType {
BRPropertyType get () override;
}
abstract PropertyType : BRPropertyType
override PropertyType : BRPropertyType
override function get PropertyType () : BRPropertyType
Valor da propriedade
Tipo: Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRPropertyType
A new instance of BRPropertyType.
Implementa
Consulte também