'Declaration
<NotNullAttribute()> Public Property ErrorId As String
'Usage
Dim instance As AENotificationPayload Dim value As String instance.ErrorId = value value = instance.ErrorId
[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).