C# Class OpenMetaverse.Messages.Linden.DirLandReplyMessage.QueryReply

Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
ActualArea int
Auction bool
ForSale bool
Name string
ParcelID UUID
ProductSku string
SalePrice int

Property Details

ActualArea public_oe property

public int ActualArea
return int

Auction public_oe property

public bool Auction
return bool

ForSale public_oe property

public bool ForSale
return bool

Name public_oe property

public string Name
return string

ParcelID public_oe property

public UUID ParcelID
return UUID

ProductSku public_oe property

public string ProductSku
return string

SalePrice public_oe property

public int SalePrice
return int