BrowserWindowEx Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BrowserWindowEx() |
Initializes a new instance of the BrowserWindowEx class. |
BrowserWindowEx(Guid, String, String) |
Initializes a new instance of the BrowserWindowEx class. |
BrowserWindowEx()
Initializes a new instance of the BrowserWindowEx class.
public:
BrowserWindowEx();
public BrowserWindowEx ();
Public Sub New ()
Applies to
BrowserWindowEx(Guid, String, String)
Initializes a new instance of the BrowserWindowEx class.
public:
BrowserWindowEx(Guid appID, System::String ^ appName, System::String ^ initString);
public BrowserWindowEx (Guid appID, string appName, string initString);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.BrowserWindowEx : Guid * string * string -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.BrowserWindowEx
Public Sub New (appID As Guid, appName As String, initString As String)
Parameters
- appID
- Guid
Specifies the application ID.
- appName
- String
Specifies the application name.
- initString
- String
Specifies the initialization string.