C# Class ApiCore.AttachmentTypes.AttachmentPhoto

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

Public Properties

Property Type Description
ApplicationId string
Id int
OwnerId int
PictureUrl string
ThumbnailUrl string

Property Details

ApplicationId public property

public string ApplicationId
return string

Id public property

public int Id
return int

OwnerId public property

public int OwnerId
return int

PictureUrl public property

public string PictureUrl
return string

ThumbnailUrl public property

public string ThumbnailUrl
return string