Platform SDK: Exchange 2000 Server

RoleProvider Property

[This is preliminary documentation and subject to change.]

Contains the ProgID of the component that provides role resolution.

[Visual Basic,VBScript]
Public Property RoleProvider as String
[C++]
HRESULT get_RoleProvider(BSTR* pVal);
HRESULT put_RoleProvider(BSTR Val);
[IDL]
HRESULT [propget] RoleProvider([out,retval] BSTR* pVal);
HRESULT [propput] RoleProvider([in] BSTR Val);

Remarks

Example

<example code and explanation>

See Also

IProcessDefinition