The SynchronizationType property specifies whether the subscription needs to be initially synchronized.
object.SubscriptionType [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list. |
| value | SYNCHRONIZATION_TYPE constant that specifies whether initial synchronization will occur. |
The default is AUTOMATIC.
Read/write
HRESULT get_SynchronizationType(SYNCHRONIZATION_TYPE *pVal);
HRESULT put_SynchronizationType(SYNCHRONIZATION_TYPE newVal);