Gets the line number.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic int Line { get; set; }
Public Property Line As Integer
Get
Set
Dim instance As ChoiceType
Dim value As Integer
value = instance.Line
instance.Line = value
public:
virtual property int Line {
int get () sealed;
void set (int value) sealed;
}
abstract Line : int with get, set
override Line : int with get, set
Property Value
Int32
The line.
Implements
IConstructLine
See Also