'Declaration
<DefaultValueAttribute("")> <NotNullAttribute()> Public Property FindValue As String
'Usage
Dim instance As CertificateQuery Dim value As String instance.FindValue = value value = instance.FindValue
[DefaultValue("")] [NotNull()] public string FindValue {get; set;}
[DefaultValue("")] [NotNull()] public: property String^ FindValue { String^ get(); void set ( String^ value); }