Compartir a través de


SessionControllerEventArgs.SessionName Property

Gets or sets the session name.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As SessionControllerEventArgs
Dim value As String

value = instance.SessionName

instance.SessionName = value

Syntax

'Declaration
Public Property SessionName As String
public string SessionName { get; set; }
public:
property String^ SessionName {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_SessionName ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_SessionName (String value)
CompilerGeneratedAttribute 
public function get SessionName () : String

CompilerGeneratedAttribute 
public function set SessionName (value : String)

Property Value

Type: String

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

SessionControllerEventArgs Class
SessionControllerEventArgs Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.