Gets the list of special access keys available to the user.

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

Syntax

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

Field Value

A list of special, pre-defined keywords to which this user has privleges.

See Also