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: []

See also

Reference

UMPrompt class

UMPrompt members

Microsoft.Exchange.UM.UMCommon namespace