ConditionTestString Property |
Gets or sets the test string to evaluate for the condition.
Namespace: ConnectedApps.Cms.Entities.RewriteAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string TestString { get; set; }
Public Property TestString As String
Get
Set
public:
property String^ TestString {
String^ get ();
void set (String^ value);
}
member TestString : string with get, set
Property Value
Type:
String
See Also