Поделиться через


Свойство 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