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
public SyncSession Session { get; set; }
public:
property SyncSession^ Session {
SyncSession^ get ();
void set (SyncSession^ value);
}
/** @property */
public SyncSession get_Session ()
/** @property */
public void set_Session (SyncSession value)
public function get Session () : SyncSession
public function set Session (value : SyncSession)
Property Value
A SyncSession object that contains metadata about the current synchronization session.
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
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
AnchorException Class
AnchorException Members
Microsoft.Synchronization.Data Namespace