Gets the name of the service.
Namespace:
Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Name As String |
C# |
---|
public string Name { get; } |
Visual C++ |
---|
public: property String^ Name { String^ get (); } |
JavaScript |
---|
function get_ name(); |