共用方式為


PropertyType 屬性

Gets or sets a business rule argument property type.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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