BRAttributeArgument.PropertyType Property

 

Gets the property type.

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

Syntax

public override BRPropertyType PropertyType { get; }
public:
property BRPropertyType PropertyType {
    virtual BRPropertyType get() override;
}
override PropertyType : BRPropertyType with get
Public Overrides ReadOnly Property PropertyType As BRPropertyType

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyType

The property type.

Implements

IBRArgument.PropertyType IBRArgument.PropertyType

See Also

BRAttributeArgument Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top