다음을 통해 공유


ErrorContext.Type 속성

Gets or sets the type of the error context.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.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.ObjectType
A new instance of type ObjectType.

참고 항목

참조

ErrorContext 클래스

Microsoft.MasterDataServices 네임스페이스