Platform SDK: Exchange 2000 Server

Get Method

[This is preliminary documentation and subject to change.] Returns a variant type value of the property on the process instance row identified by the input string.

[Visual Basic,VBScript]
Function Get(bsName As String) as Variant
[C++]
HRESULT Get(BSTR bsName,
            VARIANT* pvarValue);
[IDL]
HRESULT Get([in] BSTR bsName,
            [out, retval] VARIANT* pvarValue);

Remarks

Example

See Also