|
| DotRas SDK Documentation |
| RasDialDialog..::..SubEntryId Property |
| RasDialDialog Class See Also Send Feedback |
|
Gets or sets the zero-based index of the subentry to dial.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public int SubEntryId { get; set; } |
| Visual Basic |
|---|
Public Property SubEntryId As Integer Get Set |
| Visual C++ |
|---|
public: property int SubEntryId { int get (); void set (int value); } |
| F# |
|---|
member SubEntryId : int with get, set |