ErrorContext.Type Property

Gets or sets the type of the error context.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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)

Property Value

Type: Microsoft.MasterDataServices.ObjectType
A new instance of type ObjectType.

See Also

Reference

ErrorContext Class

Microsoft.MasterDataServices Namespace