Error.Context 屬性
Gets or sets the object context of the error, if applicable.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property Context As ErrorContext
Get
Set
'用途
Dim instance As Error
Dim value As ErrorContext
value = instance.Context
instance.Context = value
[DataMemberAttribute]
public ErrorContext Context { get; set; }
[DataMemberAttribute]
public:
property ErrorContext^ Context {
ErrorContext^ get ();
void set (ErrorContext^ value);
}
[<DataMemberAttribute>]
member Context : ErrorContext with get, set
function get Context () : ErrorContext
function set Context (value : ErrorContext)
屬性值
型別:Microsoft.MasterDataServices.ErrorContext
A new instance of type ErrorContext.