PersistentChatPreferenceBundle.Data Property

Definition

Gets or sets the block of data which this preference represents. A preference bundle can be used to store arbitrary information which is needed by a persistent chat application.

public:
 property System::String ^ Data { System::String ^ get(); void set(System::String ^ value); };
public string Data { get; set; }
member this.Data : string with get, set
Public Property Data As String

Property Value

The data.

Applies to