SecurityInfoReadOnlySetup Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the user is allowed read only access to the setup.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ReadOnlySetup { get; }
Public ReadOnly Property ReadOnlySetup As Boolean
Get
public:
virtual property bool ReadOnlySetup {
bool get () sealed;
}
function get_ReadOnlySetup();
Return Value
Type:
BooleanTrue if the user is allowed read only access to the setup.
Remarks See Also