The Publisher property returns or sets the Publisher name where the publication resides.
object.Publisher [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list. |
value | Publisher name. |
If the PublisherNetwork and PublisherAddress properties are specified, they will be used instead of the Publisher property when connecting to the Publisher; otherwise, Publisher is a required property.
String
Read/write
HRESULT get_Publisher(BSTR *pVal);
HRESULT put_Publisher(BSTR newVal);