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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.