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 or sets the SyncDirection enumeration value that represents the direction of synchronization from the perspective of the client.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property SyncDirection As SyncDirection
'Usage
Dim instance As SyncTableMetadata
Dim value As SyncDirection
value = instance.SyncDirection
instance.SyncDirection = value
public SyncDirection SyncDirection { get; set; }
public:
property SyncDirection SyncDirection {
SyncDirection get ();
void set (SyncDirection value);
}
/** @property */
public SyncDirection get_SyncDirection ()
/** @property */
public void set_SyncDirection (SyncDirection value)
public function get SyncDirection () : SyncDirection
public function set SyncDirection (value : SyncDirection)
Property Value
A SyncDirection enumeration value that represents the direction of synchronization from the perspective of the client.
See Also
Reference
SyncTableMetadata Class
SyncTableMetadata Members
Microsoft.Synchronization.Data Namespace