Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.