Replication Programming
Subscriber Property
The Subscriber property specifies the name of the Subscriber.
Applies To
Syntax
object.Subscriber [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list. |
value | Subscriber name. |
Remarks
This is a required property.
Data Type
String
Modifiable
Read/write
Prototype C/C++
HRESULT get_Subscriber(BSTR *pVal);
HRESULT put_Subscriber(BSTR newVal);