Właściwość Error.Context
Pobiera lub ustawia kontekst obiektu błędu, jeśli ma to zastosowanie.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property Context As ErrorContext
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.ErrorContext
Nowe wystąpienie typu ErrorContext.