Indicates whether the sender is a server source.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
ServerSource 
As 
Boolean
	
Get
Visual Basic (usage)
Dim 
instance 
As 

AuthenticationInfo
Dim 
value 
As 
Boolean

value = instance.
ServerSource
C#
public 
bool 
ServerSource { 
get; }

Property value

Type: System . . :: . . Boolean

See also