VerticalSplit 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
VerticalSplit() |
Initializes a new instance of the VerticalSplit class. |
VerticalSplit(Guid, String, String) |
Initializes a new instance of the VerticalSplit class. |
VerticalSplit()
Initializes a new instance of the VerticalSplit class.
public:
VerticalSplit();
public VerticalSplit ();
Public Sub New ()
Applies to
VerticalSplit(Guid, String, String)
Initializes a new instance of the VerticalSplit class.
public:
VerticalSplit(Guid appID, System::String ^ appName, System::String ^ initString);
public VerticalSplit (Guid appID, string appName, string initString);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts.VerticalSplit : Guid * string * string -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts.VerticalSplit
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.