IBRArgument.PropertyType 属性

Gets the business rule argument property type.

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

语法

声明
ReadOnly Property PropertyType As BRPropertyType 
    Get
用法
Dim instance As IBRArgument 
Dim value As BRPropertyType 

value = instance.PropertyType
BRPropertyType PropertyType { get; }
property BRPropertyType PropertyType {
    BRPropertyType get ();
}
abstract PropertyType : BRPropertyType
function get PropertyType () : BRPropertyType

属性值

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

请参阅

参考

IBRArgument 接口

Microsoft.MasterDataServices.Services.DataContracts 命名空间