Click or drag to resize
ChatRoomUserInfoChatRoomUserKickExpiration Property
DateTime when kick will expire. If set to null, user was not kicked.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public virtual Nullable<DateTime> ChatRoomUserKickExpiration { get; set; }

Property Value

Type: NullableDateTime
See Also