ActivityBind.UserData Property

Definition

Gets an IDictionary of user data relating to this instance.

public:
 property System::Collections::IDictionary ^ UserData { System::Collections::IDictionary ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.IDictionary UserData { get; }
[<System.ComponentModel.Browsable(false)>]
member this.UserData : System.Collections.IDictionary
Public ReadOnly Property UserData As IDictionary

Property Value

An IDictionary of user data relating to this instance.

Attributes

Applies to