RuleDescDescription Property |
Unrestricted description entered by a user. This text is not being analyzed.
Namespace:
Settings
Assembly:
CodeTwo.ER.Settings.2 (in CodeTwo.ER.Settings.2.dll) Version: 2.15.0.0
Syntaxpublic string Description { get; set; }
Public Property Description As String
Get
Set
public:
virtual property String^ Description {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Description : string with get, set
override Description : string with get, set
Property Value
Type:
StringImplements
IRuleDescription
See Also