PresenceState.EndpointLocation Property
Gets or sets the endpoint location with values such as "home", "office", "mobile", or custom location.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property EndpointLocation As String
Get
Set
'Usage
Dim instance As PresenceState
Dim value As String
value = instance.EndpointLocation
instance.EndpointLocation = value
public string EndpointLocation { get; set; }
Property Value
Type: System.String