The PublisherRPCPassword property determines the password used by the immediate-updating Subscriber trigger RPC when connecting to the Publisher.
object.PublisherRPCPasswrod [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list. |
value | Password string used when connecting to the Publisher. |
This property is relevant only to immediate-updating subscriptions.
String
Read/write
HRESULT get_PublisherRPCPassword(BSTR *pVal);
HRESULT put_PublisherRPCPassword(BSTR newVal);