'Declaration
<NotNullAttribute()> Public Property LimitExceeded As String
'Usage
Dim instance As DAItemPropertyRecord Dim value As String instance.LimitExceeded = value value = instance.LimitExceeded
[NotNull()] public string LimitExceeded {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).