PeerApplicationLaunchInfo.Data Property

Definition

Gets or sets application-defined binary data associated with the PeerApplication invitation.

public:
 property cli::array <System::Byte> ^ Data { cli::array <System::Byte> ^ get(); };
public byte[] Data { get; }
member this.Data : byte[]
Public ReadOnly Property Data As Byte()

Property Value

Byte[]

An array of bytes that containing the data associated with the PeerCollaboration invitation.

Remarks

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.

Applies to

See also