Increments the vote count for the specified answer.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
void IncrementVoteCount(
	Guid answerId
)
Visual Basic
Sub IncrementVoteCount ( 
	answerId As Guid
)
Visual C++
void IncrementVoteCount(
	Guid answerId
)
F#
abstract IncrementVoteCount : 
        answerId : Guid -> unit 

Parameters

answerId
Type: System..::..Guid
Id of the poll answer to increment.

See Also