AnchorException::Session Property
Gets or sets a SyncSession object that contains metadata about the current synchronization session.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property SyncSession^ Session { SyncSession^ get (); void set (SyncSession^ value); }
Property Value
Type: Microsoft.Synchronization.Data::SyncSessionA SyncSession object that contains metadata about the current synchronization session.
Show: