Invocation ID of the sealed message.

Namespace: Nehta.VendorLibrary.SM.SMD
Assembly: Nehta.VendorLibrary.SM.SMD (in Nehta.VendorLibrary.SM.SMD.dll) Version: 1.0.5.0 (1.0.5.0)

Syntax

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

See Also