1 write to _ContinueSave
System.Web (1)
Profile\ProfileModule.cs (1)
304
public bool ContinueWithProfileAutoSave { get { return _ContinueSave; } set {
_ContinueSave
= value; }}
1 reference to _ContinueSave
System.Web (1)
Profile\ProfileModule.cs (1)
304
public bool ContinueWithProfileAutoSave { get { return
_ContinueSave
; } set { _ContinueSave = value; }}