SessionUrl Class
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.
Represents the session URL.
public ref class SessionUrl
[System.Runtime.Serialization.DataContract]
public class SessionUrl
[<System.Runtime.Serialization.DataContract>]
type SessionUrl = class
Public Class SessionUrl
- Inheritance
-
SessionUrl
- Attributes
Constructors
SessionUrl() |
Initializes a new instance of the SessionUrl class. |
SessionUrl(String, String, String, String, Boolean, Boolean) |
Initializes a new instance of the SessionUrl class. |
Fields
app |
Specifies the application. |
destinationTab |
Specifies the destination tab. |
frame |
Specifies the frame. |
hideCommandBar |
Specifies whether the command bar should be hidden or not. |
hideNavigationBar |
Specifies whether the navigation bar should be hidden or not. |
type |
Specifies the session URL type. |
url |
Specifies the URL. |