Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
When overridden in a derived class, gets the property type.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property PropertyType As BRPropertyType
Get
'Usage
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
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyType
The property type.
Implements
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace