IUserIsPersisted Property |
Gets a value indicating that this record has been persisted to the
store of users, or has been read from the store of users.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IsPersisted { get; }
ReadOnly Property IsPersisted As Boolean
Get
property bool IsPersisted {
bool get ();
}
abstract IsPersisted : bool with get
Property Value
Type:
BooleanSee Also