共用方式為


ErrorContext.Type 屬性

Gets or sets the type of the context identifier.

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

語法

'宣告
<DataMemberAttribute> _
Public Property Type As ObjectType 
    Get 
    Set
'用途
Dim instance As ErrorContext 
Dim value As ObjectType 

value = instance.Type

instance.Type = value
[DataMemberAttribute]
public ObjectType Type { get; set; }
[DataMemberAttribute]
public:
property ObjectType Type {
    ObjectType get ();
    void set (ObjectType value);
}
[<DataMemberAttribute>]
member Type : ObjectType with get, set
function get Type () : ObjectType 
function set Type (value : ObjectType)

屬性值

型別:Microsoft.MasterDataServices.Services.DataContracts.ObjectType
The type of the context identifier.

請參閱

參考

ErrorContext 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間