CikTokenDetails.PropertyBag 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 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