Retrieves a poll entity with the specified poll ID.

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

Syntax

C#
PollEntity GetPoll(
	Guid pollId
)
Visual Basic
Function GetPoll ( 
	pollId As Guid
) As PollEntity
Visual C++
PollEntity^ GetPoll(
	Guid pollId
)
F#
abstract GetPoll : 
        pollId : Guid -> PollEntity 

Parameters

pollId
Type: System..::..Guid
Poll id

Return Value

Type: PollEntity
Poll entity

See Also