Freigeben über


BRHierarchyArgument.PropertyType-Eigenschaft

Gets the property type.

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

Syntax

'Declaration
Public Overrides ReadOnly Property PropertyType As BRPropertyType 
    Get
'Usage
Dim instance As BRHierarchyArgument 
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

Eigenschaftswert

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

Implementiert

IBRArgument.PropertyType

Siehe auch

Verweis

BRHierarchyArgument Klasse

Microsoft.MasterDataServices.Services.DataContracts-Namespace