Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.