ConditionPattern Property |
Gets or sets the pattern to evaluate the test string 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 Pattern { get; set; }
Public Property Pattern As String
Get
Set
public:
property String^ Pattern {
String^ get ();
void set (String^ value);
}
member Pattern : string with get, set
Property Value
Type:
String
See Also