Gets the platform that this endpoint is bound to.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Platform 
As 

CollaborationPlatform
C#
public 

CollaborationPlatform 
Platform { 
get; }
Visual C++
public:
property 

CollaborationPlatform^ 
Platform {
	

CollaborationPlatform^ 
get ();
}
JavaScript
function get_
platform();

See Also