PresenceCapability.CanCapture property
Indicates if contact can capture for capability type.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property CanCapture As Boolean
Get
'Usage
Dim instance As PresenceCapability
Dim value As Boolean
value = instance.CanCapture
public bool CanCapture { get; }
Property value
Type: System.Boolean