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.