C# Class ApiCore.AttachmentTypes.AttachmentApplication

Inheritance: AttachmentData
Show file Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
Id int
Name string
PictureUrl string
ThumbnailUrl string

Property Details

Id public property

public int Id
return int

Name public property

public string Name
return string

PictureUrl public property

public string PictureUrl
return string

ThumbnailUrl public property

public string ThumbnailUrl
return string