|
StreamingStateEventArgsEventData Property |
Associated Event Data
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax public byte[] EventData { get; }
Public ReadOnly Property EventData As Byte()
Get
public:
property array<unsigned char>^ EventData {
array<unsigned char>^ get ();
}
member EventData : byte[] with get
Property Value
Type:
ByteSee Also