Gets or sets the organizational unit of the 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 OrgUnit { get; set; }
Visual Basic
Public Property OrgUnit As String
	Get
	Set
Visual C++
public:
property String^ OrgUnit {
	String^ get ();
	void set (String^ value);
}

Remarks

The value has format used by Active Directory.

See Also