UMPrompt.AudioData Property
Namespace: Microsoft.Exchange.UM.UMCommon
Assembly: Microsoft.Exchange.UM.UMCommon (in Microsoft.Exchange.UM.UMCommon.dll)
Syntax
'Declaration
Public Property AudioData As Byte()
Get
Set
'Usage
Dim instance As UMPrompt
Dim value As Byte()
value = instance.AudioData
instance.AudioData = value
public byte[] AudioData { get; set; }
Property Value
Type: []