ErrorContext.Type Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il tipo del contesto di errore.
public:
property Microsoft::MasterDataServices::ObjectType Type { Microsoft::MasterDataServices::ObjectType get(); void set(Microsoft::MasterDataServices::ObjectType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.ObjectType Type { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Type : Microsoft.MasterDataServices.ObjectType with get, set
Public Property Type As ObjectType
Valore della proprietà
Nuova istanza del tipo ObjectType.
- Attributi