IString

interface Itala.GenApi.IString : Itala.GenApi.IValue

Interface for string nodes managed by GenApi.

Subclassed by Itala.GenApi.NodeString

Properties

string Value { get; set; }

Value of the node string Node.

Int64 MaxLength { get; set; }

String maximum length of a string Node.