BaseProblem.Description Property |
Gets or sets the description of the problem.
Namespace:
Atalasoft.Shared.Validation
Assembly:
Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public string Description { get; set; }
Public Property Description As String
Get
Set
Property Value
Type:
String
The description.
See Also