Gets the formula that will be evaluated to decide which users will have access to this action, if it is a user action.

Namespace:  FreeFlow.Administration
Assembly:  FreeFlow.Administration (in FreeFlow.Administration.dll) Version: 2.0.0.135

Syntax

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

See Also