Session 属性

获取或设置包含有关当前同步会话的元数据的 SyncSession 对象。

命名空间:  Microsoft.Synchronization.Data
程序集:  Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)

语法

声明
Public Property Session As SyncSession
    Get
    Set
用法
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)

属性值

类型:Microsoft.Synchronization.Data. . :: . .SyncSession
包含有关当前同步会话的元数据的 SyncSession 对象。

请参阅

参考

AnchorException类

AnchorException 成员

Microsoft.Synchronization.Data 命名空间