ItemCheckedOutUserIsOnline Property |
Gets a value indicating if the checked out user is currently online, if any. It is not recommended to rely on the accuracy of this value.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<bool> CheckedOutUserIsOnline { get; }
Public ReadOnly Property CheckedOutUserIsOnline As Nullable(Of Boolean)
Get
public:
property Nullable<bool> CheckedOutUserIsOnline {
Nullable<bool> get ();
}
member CheckedOutUserIsOnline : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also