The ServerAgent which created this transaction.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
ServerAgent 
As 

ServerAgent
	
Get
Visual Basic (usage)
Dim 
instance 
As 

Transaction
Dim 
value 
As 

ServerAgent

value = instance.
ServerAgent
C#
public 

ServerAgent 
ServerAgent { 
get; }

See also