Gets the name of the security group.

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string SecurityGroupName { get; }
Visual Basic
Public ReadOnly Property SecurityGroupName As String
	Get
Visual C++
public:
property String^ SecurityGroupName {
	String^ get ();
}

See Also