NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimePicker.ShouldPersistValue

Retrieves true if the value should be persisted in code gen.

[Visual Basic]
Public Function ShouldPersistValue() As Boolean
[C#]
public bool ShouldPersistValue();
[C++]
public: bool ShouldPersistValue();
[JScript]
public function ShouldPersistValue() : Boolean;

Return Value

true if the value should be persisted.

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace