Partager via


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