PeerApplicationLaunchInfo::Data Property
.NET Framework (current version)
Gets or sets application-defined binary data associated with the PeerApplication invitation.
Assembly: System.Net (in System.Net.dll)
public: property array<unsigned char>^ Data { array<unsigned char>^ get(); internal: void set(array<unsigned char>^ value); }
Property Value
Type: array<System::Byte>^An array of bytes that containing the data associated with the PeerCollaboration invitation.
This data blob is free form and is provided by the caller. The maximum amount of data that can be provided is 4,096 bytes.
The Data cannot be null.
.NET Framework
Available since 3.5
Available since 3.5
Show: