PeerObject::Data Property
.NET Framework (current version)
Gets or sets descriptive data associated with the PeerObject instance for a Peer Collaboration application.
Assembly: System.Net (in System.Net.dll)
public: property array<unsigned char>^ Data { array<unsigned char>^ get(); void set(array<unsigned char>^ value); }
Property Value
Type: array<System::Byte>^Descriptive data (such as text or a small image) associated with the PeerObject.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The PeerObject instance has been disposed. |
| ArgumentException | One of the arguments provided to this method is not valid. |
.NET Framework
Available since 3.5
Available since 3.5
Show: