Gets the id of the phone book entry.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public Guid Id { get; } |
Visual Basic |
---|
Public ReadOnly Property Id As Guid Get |
Visual C++ |
---|
public: property Guid Id { Guid get (); } |
F# |
---|
member Id : Guid with get |