'Declaration Public Property StoreUserPreferences As Nullable(Of Boolean)
public Nullable<bool> StoreUserPreferences {get; set;}
Property Value
true
if user preferences should be saved; otherwise, false
.'Declaration Public Property StoreUserPreferences As Nullable(Of Boolean)
public Nullable<bool> StoreUserPreferences {get; set;}
true
if user preferences should be saved; otherwise, false
.