Share via


AudioVideoMcuDialOutOptions.PrivateAssistantDisabled Property

Gets or sets whether the private vitual assistant is to be disabled.

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

Syntax

'Declaration
Public Property PrivateAssistantDisabled As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As AudioVideoMcuDialOutOptions
Dim value As Nullable(Of Boolean)

value = instance.PrivateAssistantDisabled

instance.PrivateAssistantDisabled = value
public Nullable<bool> PrivateAssistantDisabled { get; set; }

Property Value

Type: System.Nullable<Boolean>

See Also

Reference

AudioVideoMcuDialOutOptions Class

AudioVideoMcuDialOutOptions Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace