QuickOPC User's Guide and Reference
AccessRights Property (DAPropertyDescriptor)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAPropertyDescriptor Class : AccessRights Property
Item Access Rights.

Remarks:

(OPC_PROPERTY_ACCESS_RIGHTS)

Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property AccessRights As DAPropertyDescriptor
'Usage
 
Dim value As DAPropertyDescriptor
 
value = DAPropertyDescriptor.AccessRights
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static DAPropertyDescriptor AccessRights {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property DAPropertyDescriptor^ AccessRights {
   DAPropertyDescriptor^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

DAPropertyDescriptor Class
DAPropertyDescriptor Members