Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the object context of the error, if applicable.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Context As ErrorContext
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.ErrorContext
A new instance of type ErrorContext.