UserAgentSearchString Property
|
Gets the string sequence on the User Agent string of the Http Request, to determined whether this branding is in effect for the Request.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax public string SearchString { get; set; }
Public Property SearchString As String
Get
Set
public:
property String^ SearchString {
String^ get ();
void set (String^ value);
}
member SearchString : string with get, set
Property Value
Type:
StringSee Also