Visual Basic (Declaration) | |
---|---|
<DispIdAttribute(22)> ReadOnly Property LastConnectionID As Long |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ILMNetSnk Dim value As Long value = instance.LastConnectionID |
C# | |
---|---|
[DispIdAttribute(22)] long LastConnectionID {get;} |
C++/CLI | |
---|---|
[DispIdAttribute(22)] property int64 LastConnectionID { int64 get(); } |
Property Value
A System.Int64 value specifying the ID of the last client connection.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7