PropertyType 属性

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

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
Public MustOverride ReadOnly Property PropertyType As BRPropertyType
    Get
用法
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

实现

IBRArgument. . :: . .PropertyType
IBRArgument. . :: . .PropertyType