DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the user is allowed read only access to the setup.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public bool ReadOnlySetup { get; } |
Visual Basic |
---|
Public ReadOnly Property ReadOnlySetup As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool ReadOnlySetup {
bool get () sealed;
} |
Return Value
Type:
BooleanTrue if the user is allowed read only access to the setup.
Remarks
See Also