CollaborationPlatform.RemoveTrustedDomain Method

Removes an existing entry from the trusted domains list.

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

Syntax

'Declaration
Public Function RemoveTrustedDomain ( _
    trustedDomainEntry As TrustedDomain _
) As Boolean
'Usage
Dim instance As CollaborationPlatform
Dim trustedDomainEntry As TrustedDomain
Dim returnValue As Boolean

returnValue = instance.RemoveTrustedDomain(trustedDomainEntry)
public bool RemoveTrustedDomain(
    TrustedDomain trustedDomainEntry
)

Parameters

Return Value

Type: System.Boolean
Returns True if it was removed. False, if the entry does not exist.

Exceptions

Exception Condition
ArgumentNullException

Thrown when the argument passed is null.

See Also

Reference

CollaborationPlatform Class

CollaborationPlatform Members

Microsoft.Rtc.Collaboration Namespace