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