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.3.0

Syntax

C#
public string SecurityGroup { get; set; }
Visual Basic
Public Property SecurityGroup As String
	Get
	Set
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