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)
Available in Sandboxed Solutions: No
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.