MergeSynchronizationAgent.InternetUrl Property

Definition

Gets or sets the URL of the Web service that is configured for Web synchronization.

public:
 virtual property System::String ^ InternetUrl { System::String ^ get(); void set(System::String ^ value); };
public virtual string InternetUrl { get; set; }
member this.InternetUrl : string with get, set
Public Overridable Property InternetUrl As String

Property Value

A String value that is a valid URL.

Implements

Remarks

The InternetUrl property must be set to a valid URL.

Applies to