Compartir a través de


ErrorContext.Type Propiedad

Gets or sets the type of the context identifier.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Type As ObjectType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ErrorContext Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts