DataSource.PersistenceStyle 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.
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.