SerializationMessage.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Kind of the message.
public:
property Microsoft::VisualStudio::Modeling::SerializationMessageKind Kind { Microsoft::VisualStudio::Modeling::SerializationMessageKind get(); void set(Microsoft::VisualStudio::Modeling::SerializationMessageKind value); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public Microsoft.VisualStudio.Modeling.SerializationMessageKind Kind { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Kind : Microsoft.VisualStudio.Modeling.SerializationMessageKind with get, set
Public Property Kind As SerializationMessageKind
Property Value
- Attributes