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