Gets or sets the key of the external user.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

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

Remarks

Used as recipient info in Transmittal Management Module.

See Also