IConstructCharPositionInLine Property |
Gets the char position in line.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxint CharPositionInLine { get; set; }
Property CharPositionInLine As Integer
Get
Set
Dim instance As IConstruct
Dim value As Integer
value = instance.CharPositionInLine
instance.CharPositionInLine = value
property int CharPositionInLine {
int get ();
void set (int value);
}
abstract CharPositionInLine : int with get, set
Property Value
Int32
The char position in line.
See Also