A description of the option.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
public string Description { get; private set; }
public string Description { get; private set; }
Public Property Description As String
Get
Private Set
Public Property Description As String
Get
Private Set
public:
property String^ Description {
String^ get ();
private: void set (String^ value);
}
public:
property String^ Description {
String^ get ();
private: void set (String^ value);
}
member Description : string with get, private set
member Description : string with get, private set