Gets or sets the organizational unit of the user.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public string OrgUnit { get; set; }
Public Property OrgUnit As String
Get
Set
public:
property String^ OrgUnit {
String^ get ();
void set (String^ value);
}
member OrgUnit : string with get, set
Property Value
Type:
StringRemarks
The value has format used by Active Directory.
See Also