Initialize variables with declaration
Can we get an option to initialize variables to a certain value? Something like this: var MyInt: Integer = 10; MyGuid: Guid = {cbbd84dc-84f8-4ca4-88dc-9a526dbf88d0};
STATUS DETAILS
Under Review
Add IsReadOnly to the page object to get the current data access intent
Reports have a property IsReadOnly which can be used in code to get the current data access intent.
Pages do not have this property. However, we need this property in API pages to get the current data access intent of an API request.
This should also be used ...
STATUS DETAILS
Needs Votes