C# Class OpenMetaverse.MapLandForSale

Represents a non-adult parcel of land for sale
Inheritance: MapItem
Show file Open project: openmetaversefoundation/libopenmetaverse-oldsvnconvert Class Usage Examples

Public Properties

Property Type Description
ID UUID
Name string
Price int
Size int

Property Details

ID public property

public UUID ID
return UUID

Name public property

public string Name
return string

Price public property

public int Price
return int

Size public property

public int Size
return int