MergeSynchronizationAgent.InternetUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.