共用方式為


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 命名空間