ValidationMessage.Code 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.
Error or warning code
public:
property System::String ^ Code { System::String ^ get(); };
public string Code { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Code : string
Public ReadOnly Property Code As String
Property Value
error or warning code
- Attributes