Freigeben über


ErrorContext.Type-Eigenschaft

Gets or sets the type of the context identifier.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Type As ObjectType 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

ErrorContext Klasse

Microsoft.MasterDataServices.Services.DataContracts-Namespace