IsTrustedJoin Property
Gets or sets whether the endpoint requires joining as an application.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IsTrustedJoin As Boolean
Get
Set
'Usage
Dim instance As ConferenceJoinInformation
Dim value As Boolean
value = instance.IsTrustedJoin
instance.IsTrustedJoin = value
public bool IsTrustedJoin { get; set; }
Property Value
Type: System..::..Boolean
See Also
Reference
ConferenceJoinInformation Class