'Declaration
<CanBeNullAttribute()> Property ErrorMessage As String
'Usage
Dim instance As _ValueResult Dim value As String instance.ErrorMessage = value value = instance.ErrorMessage
[CanBeNull()] string ErrorMessage {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.