ValidationMessage.Type 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.
The type of message: e.g. Error or Warning
public:
property Microsoft::VisualStudio::Modeling::Validation::ViolationType Type { Microsoft::VisualStudio::Modeling::Validation::ViolationType get(); };
public Microsoft.VisualStudio.Modeling.Validation.ViolationType Type { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Type : Microsoft.VisualStudio.Modeling.Validation.ViolationType
Public ReadOnly Property Type As ViolationType
Property Value
message type
- Attributes