Share via


AnchorException.Session Property

Gets or sets a SyncSession object that contains metadata about the current synchronization session.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Property Session As SyncSession
    Get
    Set
'Usage
Dim instance As AnchorException
Dim value As SyncSession

value = instance.Session

instance.Session = value
public SyncSession Session { get; set; }
public:
property SyncSession^ Session {
    SyncSession^ get ();
    void set (SyncSession^ value);
}
member Session : SyncSession with get, set
function get Session () : SyncSession
function set Session (value : SyncSession)

Property Value

Type: Microsoft.Synchronization.Data.SyncSession
A SyncSession object that contains metadata about the current synchronization session.

See Also

Reference

AnchorException Class

Microsoft.Synchronization.Data Namespace