Partager via


Propriété Error.Context

Gets or sets the object context of the error, if applicable.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Context As ErrorContext
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.MasterDataServices.ErrorContext
A new instance of type ErrorContext.

Voir aussi

Référence

Error Classe

Espace de noms Microsoft.MasterDataServices