DataSource.PersistenceStyle Property

Definition

The storage style for this data source.

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

Property Value

Remarks

For example, with Persistence of ProjectFile, this field can be Element (default) to save as a child XML Element, or Attribute to save properties as an XML attribute.

Applies to