Gets or sets the URL field's value to compare using the operator.
Namespace: ConnectedApps.Cms.Entities.SearchAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic UrlField Field { get; set; }
Public Property Field As UrlField
Get
Set
public:
property UrlField Field {
UrlField get ();
void set (UrlField value);
}
member Field : UrlField with get, set
Property Value
Type:
UrlField
See Also