DotRas SDK Documentation |
RasConnection..::..SubEntryId Property |
RasConnection Class See Also Send Feedback |
Gets the one-based subentry index of the connected link in a multilink connection.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public int SubEntryId { get; } |
Visual Basic |
---|
Public ReadOnly Property SubEntryId As Integer Get |
Visual C++ |
---|
public: property int SubEntryId { int get (); } |
F# |
---|
member SubEntryId : int with get |