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