C# Class ApiCore.Messages.Message

Show file Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
Body string
Date System.DateTime
Id int
State MessageState
Title string
UserId int

Property Details

Body public property

Message body
public string Body
return string

Date public property

Message date and time
public DateTime,System Date
return System.DateTime

Id public property

Message id
public int Id
return int

State public property

Message state
public MessageState State
return MessageState

Title public property

Message title
public string Title
return string

UserId public property

User id
public int UserId
return int