Platform SDK: Exchange 2000 Server

RoleProvider Property

[This is preliminary documentation and subject to change.]

Returns a pointer to the RoleProvider interface object that is bound to the process definition.

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

Remarks

IRoleProvider implementation is not provided with workflow objects.

See Also

IWorkflowSession