Gets or sets a value indicating whether the user is external.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public bool External { get; set; }
Public Property External As Boolean
Get
Set
public:
property bool External {
bool get ();
void set (bool value);
}
member External : bool with get, set
Property Value
Type:
BooleanRemarks
Used as recipient info in Transmittal Management Module.
See Also