Gets the source network for this presence data notification.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
SourceNetwork 
As 

SourceNetwork
C#
public 

SourceNetwork 
SourceNetwork { 
get; 
internal 
set; }
Visual C++
public:
property 

SourceNetwork 
SourceNetwork {
	

SourceNetwork 
get ();
	
void 
set (

SourceNetwork 
value);
}
JavaScript
function get_
sourceNetwork();
function set_
sourceNetwork(
value);

See Also