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
- trustedDomainEntry
Type: Microsoft.Rtc.Collaboration.TrustedDomain
The entry to be removed.
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. |