FirstOptionsWithTies Property |
Gets or sets a value indicating if to include results that are tied in sorting regardless of the specified Unit.
Namespace: ConnectedApps.Cms.Entities.SearchAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool WithTies { get; set; }
Public Property WithTies As Boolean
Get
Set
public:
property bool WithTies {
bool get ();
void set (bool value);
}
member WithTies : bool with get, set
Property Value
Type:
Boolean
See Also