The name of rule specified by a user. It doesn't have to be unique.
Namespace:
Settings
Assembly:
CodeTwo.ER.Settings.2 (in CodeTwo.ER.Settings.2.dll) Version: 2.15.0.0
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
public:
virtual property String^ Name {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Name : string with get, set
override Name : string with get, set
Property Value
Type:
StringImplements
IRuleName
See Also