MergeSynchronizationAgent.InternetProxyPassword 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.
Sets the password for the login that is used with Web synchronization when connecting to the Web server by using an Internet proxy server.
public:
virtual property System::String ^ InternetProxyPassword { System::String ^ get(); void set(System::String ^ value); };
public virtual string InternetProxyPassword { get; set; }
member this.InternetProxyPassword : string with get, set
Public Overridable Property InternetProxyPassword As String
Property Value
The password for the login.
Implements
Remarks
The InternetProxyPassword property is not returned. Accessing this property will generate a PasswordWriteOnlyException exception.