C# Class OpenMetaverse.Vote

A group Vote
Datei anzeigen Open project: 3di/3di-viewer-rei-libs

Public Properties

Property Type Description
Candidate UUID
NumVotes int
VoteString string

Property Details

Candidate public_oe property

Key of Avatar who created Vote
public UUID Candidate
return UUID

NumVotes public_oe property

Total number of votes
public int NumVotes
return int

VoteString public_oe property

Text of the Vote proposal
public string VoteString
return string