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

CikTokenDetails.PropertyBag Property

Definition

Gets or sets property bag. This property bag is introduced to support addition of any new property in data contract without breaking the existing clients. If any new property needs to be introduced in the contract, add a key value pair for it in this dictionary.

[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.Dictionary<string,object> PropertyBag { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.PropertyBag : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property PropertyBag As Dictionary(Of String, Object)

Property Value

Attributes

Applies to