C# Class OpenMetaverse.Vote

A group Vote
Show file Open project: 3di/3di-viewer-rei-libs

Public Properties

Property Type Description
Candidate UUID
NumVotes int
VoteString string

Property Details

Candidate public property

Key of Avatar who created Vote
public UUID Candidate
return UUID

NumVotes public property

Total number of votes
public int NumVotes
return int

VoteString public property

Text of the Vote proposal
public string VoteString
return string