Click or drag to resize
AlignmentInfo Properties

The AlignmentInfo type exposes the following members.

Properties
  NameDescription
Public propertyDataType
Gets or sets data type ("int", "double", "float" or "string") of parameter.
Public propertyDefaultValue
Gets or sets default value (as a string). Ignored if Required = true.
Public propertyDescription
Gets or sets description of the parameter's meaning.
Public propertyName
Gets or sets the name of attribute.
Public propertyRequired
Gets or sets a value indicating whether the parameter is required property or not.
Public propertyValidator
Gets or sets validation object that tests values. If this is null, any value will be accepted
Top
See Also