Gets or sets the type of update check.
Namespace: Censitif.Library.ComponentAssembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
public UpdateType CheckForUpdateType { get; set; }
public UpdateType CheckForUpdateType { get; set; }
Public Property CheckForUpdateType As UpdateType
Get
Set
Public Property CheckForUpdateType As UpdateType
Get
Set
public:
virtual property UpdateType CheckForUpdateType {
UpdateType get () sealed;
void set (UpdateType value) sealed;
}
public:
virtual property UpdateType CheckForUpdateType {
UpdateType get () sealed;
void set (UpdateType value) sealed;
}
Property Value
Type:
UpdateTypeThe check type.
Implements
IUpdateMgr CheckForUpdateType