SPXmlDataSource.AutoSave property

Gets or sets a value that indicates whether the file will be saved automatically.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property AutoSave As Boolean
    Get
    Set
'Usage
Dim instance As SPXmlDataSource
Dim value As Boolean

value = instance.AutoSave

instance.AutoSave = value
public bool AutoSave { get; set; }

Property value

Type: System.Boolean
true if the file will be saved automatically; otherwise,false.

See also

Reference

SPXmlDataSource class

SPXmlDataSource members

Microsoft.SharePoint.WebControls namespace