[Missing <summary> documentation for "P:Ozeki.VoIP.Media.VoIPMediaData.Data"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public byte[] Data { get; protected set; } |
Visual Basic |
---|
Public Property Data As Byte() Get Protected Set |
Visual C++ |
---|
public: property array<unsigned char>^ Data { array<unsigned char>^ get (); protected: void set (array<unsigned char>^ value); } |