ServiceConfig.Synchronization 属性

定义

获取或设置一个值,该值指示组件请求的自动同步的类型。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

属性值

SynchronizationOption

SynchronizationOption 值之一。One of the SynchronizationOption values. 默认为 DisabledThe default is Disabled.

适用于