PeerNameRegistration.Data 属性

定义

获取或设置对象的 PeerNameRegistration 应用程序定义的二进制数据。

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

属性值

Byte[]

包含与条目关联的二进制数据的字节数组。 此属性默认设置为 null <

例外

指定的 Data 字节大于 4096 字节。

注解

提供的最大数量 Data 为 4,096 字节。

适用于