public string CertStatusDescription { get; set; }Public Property CertStatusDescription As String
Get
Setpublic:
property String^ CertStatusDescription {
String^ get ();
void set (String^ value);
}member CertStatusDescription : string with get, set