AccessEntry 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 user, workgroup, enterprise, federation, or public entity and the associated privacy level.
public ref class AccessEntry : Microsoft::Lync::Model::Internal::UCWLite
public class AccessEntry : Microsoft.Lync.Model.Internal.UCWLite
type AccessEntry = class
inherit UCWLite
Public Class AccessEntry
Inherits UCWLite
- Inheritance
Properties
Id |
Gets the access entry id. |
InnerObject | (Inherited from UCWBase) |
Permission |
returns the permission the access entry assigned. |
Scope |
Gets the access entry scope. |
Methods
CanClearPermission() |
Returns true when allowed to clear assigned permission. |
CanSetPermission(AccessPermission) |
Returns true when allowed to set to a specific permission. |
ClearPermission() |
Clear the permission that assigned to this access entry. |
SetPermission(AccessPermission) |
Set this access entry to a specific permission. |