IConstructCharPositionInLine Property |
Gets the char position in line.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxint CharPositionInLine { get; set; }
Property CharPositionInLine As Integer
Get
Set
property int CharPositionInLine {
int get ();
void set (int value);
}
abstract CharPositionInLine : int with get, set
Property Value
Type:
Int32
The char position in line.
See Also