C# Class ApiCore.EntryComment

Show file Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
Date System.DateTime
Id int
ReplyToComment int
ReplyToUser int
Text string
UserId int

Property Details

Date public property

public DateTime,System Date
return System.DateTime

Id public property

public int Id
return int

ReplyToComment public property

public int ReplyToComment
return int

ReplyToUser public property

public int ReplyToUser
return int

Text public property

public string Text
return string

UserId public property

public int UserId
return int