Table of Contents

Class AttributeSurveyQuestion

Namespace
InSite.Application.Surveys.Write
Assembly
Shift.Sdk.dll
public class AttributeSurveyQuestion : Command, ICommand
Inheritance
AttributeSurveyQuestion
Implements
Inherited Members
Extension Methods

Constructors

AttributeSurveyQuestion(Guid, Guid, string)

public AttributeSurveyQuestion(Guid form, Guid question, string attribute)

Parameters

form Guid
question Guid
attribute string

Properties

Attribute

public string Attribute { get; set; }

Property Value

string

Question

public Guid Question { get; set; }

Property Value

Guid