Share via


ISelf.Permissions Property

Gets the permission collection. The permission collection describes the privacy relationship of the local user with other users.

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

HRESULT get_Permissions
(
   SAFEARRAY(IAccessPermission )** permissions
);

Return Value

A value of the SAFEARRAY(IAccessPermission)** (IEnumerable<IAccessPermission>, for a .NET application) type.

See Also

ISelf Interface

UCCollaborationLib Namespace