PeerApplicationLaunchInfo.Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.