Gets a collection of alternate phone numbers that are dialed in the order listed if the primary number fails.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public Collection<string> AlternatePhoneNumbers { get; } |
Visual Basic |
---|
Public ReadOnly Property AlternatePhoneNumbers As Collection(Of String)
Get |
Visual C++ |
---|
public:
property Collection<String^>^ AlternatePhoneNumbers {
Collection<String^>^ get ();
} |
F# |
---|
member AlternatePhoneNumbers : Collection<string> with get
|
Property Value
Type:
Collection<(Of <(<'String>)>)>
See Also