Gets or sets the web security group to which the user belongs.

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

Field Value

An existing security group name.

Remarks

The security group supplied must already be defined iMIS.

See Also