| IntegerTypeCharPositionInLine Property | 
            Gets the char position in line.
            
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
 Syntax
Syntaxpublic int CharPositionInLine { get; set; }Public Property CharPositionInLine As Integer
	Get
	Set
Dim instance As IntegerType
Dim value As Integer
value = instance.CharPositionInLine
instance.CharPositionInLine = value
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
Int32
            The char position in line.
            
Implements
IConstructCharPositionInLine See Also
See Also