Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Microsoft.MasterDataServices.Services.DataContracts-Namespace