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

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

Syntax

C#
public string AccessKeywords { get; }
Visual Basic (Declaration)
Public ReadOnly Property AccessKeywords As String
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