- Contents
SOAP Notifier COM API Developer's Guide
ISOAPNotifierTransport::GetProperty Method
Synopsis
The GetProperty method retrieves a supplemental transport property.
Function Prototype
HRESULT GetProperty(
[in] BSTR bstrName,
[out, retval] VARIANT* pvtResult
);
C/C++ Syntax
HRESULT GetProperty(BSTR bstrName, VARIANT* pvtResult);
Parameters
bstrName
The name of a property to retrieve:
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. |
pvtResult
The return value is the property identified by bstrName.