The PublisherPassword property specifies the logon password used when connecting to the Publisher.
object.PublisherPassword [= value]
Applies To
SQL Server Compact 3.5 Replication object
- value
Publisher logon password. The default is no password (empty string).
Data Type
String
Modifiable
Read/write
Prototype
HRESULT get_PublisherPassword(BSTR *pVal);
HRESULT put_PublisherPassword (BSTR newVal);