[Missing <summary> documentation for "P:OPSSDKCommon.Model.Message.MessageResultEventArgs.CallbackId"]

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

Syntax

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

Property Value

Type: String

See Also