[Missing <summary> documentation for "P:OPSSDKCommon.Model.Route.CallInfo.CallerId"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public string CallerId { get; private set; } |
Visual Basic |
---|
Public Property CallerId As String Get Private Set |
Visual C++ |
---|
public: property String^ CallerId { String^ get (); private: void set (String^ value); } |