共用方式為


BRArgument.PropertyType 屬性

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

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property PropertyType As BRPropertyType 
    Get
'用途
Dim instance As BRArgument 
Dim value As BRPropertyType 

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

屬性值

型別:Microsoft.MasterDataServices.Services.DataContracts.BRPropertyType
The property type of the argument.

實作

IBRArgument.PropertyType

請參閱

參考

BRArgument 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間