PresenceState.IsManual Property
Gets or sets whether this presence is set manually or automatically.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IsManual As Boolean
Get
Set
'Usage
Dim instance As PresenceState
Dim value As Boolean
value = instance.IsManual
instance.IsManual = value
public bool IsManual { get; set; }
Property Value
Type: System.Boolean
Remarks
UserState will generally have this flag set to true, while other state types will have flag set to false.