BrowserProperties.Selector Property

Solclient

BrowserPropertiesSelector Property
version: 7.2.1.27
Browser's selector string; null means unspecified.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public string Selector { get; set; }
Public Property Selector As String
	Get
	Set
public:
property String^ Selector {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
See Also