AccessEntry.CanClearPermission Method
Returns true when allowed to clear assigned permission.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function CanClearPermission As Boolean
'Usage
Dim instance As AccessEntry
Dim returnValue As Boolean
returnValue = instance.CanClearPermission()
public bool CanClearPermission()
Return Value
Type: System.Boolean