BRDomainBasedAttributeArgument.PropertyType 属性

Gets the property type.

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

语法

声明
Public Overrides ReadOnly Property PropertyType As BRPropertyType 
    Get
用法
Dim instance As BRDomainBasedAttributeArgument 
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

属性值

类型:Microsoft.MasterDataServices.Services.DataContracts.BRPropertyType
The property type.

实现

IBRArgument.PropertyType

请参阅

参考

BRDomainBasedAttributeArgument 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间