- Contents
SOAP Notifier COM API Developer's Guide
ISOAPNotifierTransport::SetProperty Method
Synopsis
SetProperty assigns a value to a supplemental transport property.
Function Prototype
HRESULT SetProperty(
[in] BSTR bstrName,
[in] VARIANT vtValue
);
C/C++ Syntax
HRESULT SetProperty(BSTR bstrName, VARIANT vtValue);
Parameters
bstrName
The name of the property you wish to set:
Property Name |
Description |
ClientName |
SOAP client name. |
ClientId |
Read-only. SOAP Client identifier, a dynamically created object identifier that is unique to this instance. |
ServerName |
Read-only. Name of the server we are connected to. |
UserId |
Read-only. UserId of the connected user. |
BackupConfigured |
Read-only. True if the backup server is configured. |
OnLocalHost |
Read-only. True if this process and Notifier are on the same machine. |
vtValue
The value to assign to the property identified by bstrName.