AccessPermission Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a privacy level.
public ref class AccessPermission : Microsoft::Lync::Model::Internal::UCWFull
public class AccessPermission : Microsoft.Lync.Model.Internal.UCWFull
type AccessPermission = class
inherit UCWFull
Public Class AccessPermission
Inherits UCWFull
- Inheritance
Properties
AccessEntries |
Returns all access entries. |
AccessLevel |
Gets permission access level. |
InnerObject | (Inherited from UCWBase) |
Methods
Finalize() | |
GetAccessEntry(AccessEntryScope, String, AccessEntry) |
Gets the access entry instance, or creates a new one if not found. |
TryGetValue(AccessEntryScope, String, AccessEntry) |
Try to get an access entry object given its scope and id. |
Events
AccessEntryAdded |
Raised when an access entry is added. |
AccessEntryRemoved |
Raised when an access entry is removed. |