AFSecurityRightsExtension.CanReadData Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This extension method determines if the current user has
ReadData access to the object.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public static bool CanReadData( this AFSecurityRights item )
<ExtensionAttribute> Public Shared Function CanReadData ( item As AFSecurityRights ) As Boolean Dim item As AFSecurityRights Dim returnValue As Boolean returnValue = item.CanReadData()
public: [ExtensionAttribute] static bool CanReadData( AFSecurityRights item )
[<ExtensionAttribute>] static member CanReadData : item : AFSecurityRights -> bool
Parameters
- item
- Type: OSIsoft.AFAFSecurityRights
The AFSecurityRights that are be checked for ReadData access.
Return Value
Type: BooleanReturns if the current user has ReadData access to the object.