Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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