Gets or sets the source network that the target contact belongs to

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
NetworkType 
As 

SourceNetwork
C#
public 

SourceNetwork 
NetworkType { 
get; }
Visual C++
public:
property 

SourceNetwork 
NetworkType {
	

SourceNetwork 
get ();
}
JavaScript
function get_
networkType();

Remarks

Whether publicCloud/federated/sameEnterprise/none

See Also