Поделиться через


SessionTransferRecord.SessionTransferId Property

Gets or sets the session transfer ID.

Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As SessionTransferRecord
Dim value As Guid

value = instance.SessionTransferId

instance.SessionTransferId = value

Syntax

'Declaration
Public Property SessionTransferId As Guid
public Guid SessionTransferId { get; set; }
public:
property Guid SessionTransferId {
    Guid get ();
    void set (Guid value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Guid get_SessionTransferId ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_SessionTransferId (Guid value)
CompilerGeneratedAttribute 
public function get SessionTransferId () : Guid

CompilerGeneratedAttribute 
public function set SessionTransferId (value : Guid)

Property Value

Type: Guid

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

SessionTransferRecord Class
SessionTransferRecord Members
Microsoft.Uii.Common.Entities Namespace

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