BRArgument.PropertyType Property

 

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

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyType

The property type of the argument.

Implements

IBRArgument.PropertyType

See Also

BRArgument Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top