Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets whether there are more changes to synchronize. This property always returns false in this version of the API.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property MoreData As Boolean
Get
'Usage
Dim instance As SyncBatchProgress
Dim value As Boolean
value = instance.MoreData
public bool MoreData { get; }
public:
property bool MoreData {
bool get ();
}
member MoreData : bool
function get MoreData () : boolean
Property Value
Type: System.Boolean
Always returns false in this version of the API.