'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Property ErrorId As String
'Usage
Dim instance As UADataChangeNotificationPayload(Of TValue) Dim value As String instance.ErrorId = value value = instance.ErrorId
[JetBrains.Annotations.NotNull()] public string ErrorId {get; set;}
Property Value
The error ID of the error.The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.