Compartir a través de


DataSource.Persistence Property

Gets or sets the storage location for this data source.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Framework.XamlTypes
Assembly:  Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)

Syntax

'Declaration
Public Property Persistence As String
public string Persistence { get; set; }
public:
property String^ Persistence {
    String^ get ();
    void set (String^ value);
}
member Persistence : string with get, set
function get Persistence () : String 
function set Persistence (value : String)

Property Value

Type: System.String
Returns the storage location for this data source.

Remarks

This field is mandatory and is culture-invariant.

Current accepted values are ProjectFile and UserFile. ProjectFile causes the property value to be written to and read from the project manifest file or the property sheet, depending on which node in Solution Explorer or the Properties window is used to spawn the property pages UI. UserFile causes the property value to be written to and read from the .user file.

.NET Framework Security

See Also

Reference

DataSource Class

Microsoft.Build.Framework.XamlTypes Namespace