ServiceConfig.Synchronization Property

Definition

Gets or sets a value in that indicates the type of automatic synchronization requested by the component.

public:
 property System::EnterpriseServices::SynchronizationOption Synchronization { System::EnterpriseServices::SynchronizationOption get(); void set(System::EnterpriseServices::SynchronizationOption value); };
public System.EnterpriseServices.SynchronizationOption Synchronization { get; set; }
member this.Synchronization : System.EnterpriseServices.SynchronizationOption with get, set
Public Property Synchronization As SynchronizationOption

Property Value

One of the SynchronizationOption values. The default is Disabled.

Applies to