Gets or sets the name of the entry to dial.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public string EntryName { get; set; } |
Visual Basic |
---|
Public Property EntryName As String Get Set |
Visual C++ |
---|
public: property String^ EntryName { String^ get (); void set (String^ value); } |
F# |
---|
member EntryName : string with get, set |