DataViewManager.DataViewSettingCollectionString Property

Definition

Gets or sets a value that is used for code persistence.

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

Property Value

A value that is used for code persistence.

Remarks

A user should not call DataViewSettingCollectionString directly.

Applies to

See also