[Missing <summary> documentation for "P:OPSSDKCommon.Model.Route.Destination.DialedNumber"]

Namespace: OPSSDKCommon.Model.Route
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public string DialedNumber { get; set; }
Visual Basic
Public Property DialedNumber As String
	Get
	Set
Visual C++
public:
property String^ DialedNumber {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also