你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WcfRelay.UserMetadata 属性

定义

获取或设置 usermetadata 是一个占位符,用于存储 HybridConnection 终结点的用户定义字符串数据,例如它可用于存储描述性数据,例如团队列表及其联系人信息,还可以存储用户定义的配置设置。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.userMetadata")]
public string UserMetadata { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.userMetadata")>]
member this.UserMetadata : string with get, set
Public Property UserMetadata As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于