Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the type of change that would have been applied.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeType As ChangeType
'Usage
Dim instance As SkippedChangeEventArgs
Dim value As ChangeType
value = instance.ChangeType
public ChangeType ChangeType { get; }
public:
property ChangeType ChangeType {
ChangeType get ();
}
/** @property */
public ChangeType get_ChangeType ()
public function get ChangeType () : ChangeType
Property Value
A ChangeType that indicates the type of change that would have been applied.
See Also
Reference
SkippedChangeEventArgs Class
SkippedChangeEventArgs Members
Microsoft.Synchronization.Files Namespace