Click or drag to resize

AccessRightsAttribute Class

Sets the access rights for the custom property (AllowedAccess and DefaultAccess).
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.NativeAccessRightsAttribute

Namespace: Demo3D.Native
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class AccessRightsAttribute : Attribute

The AccessRightsAttribute type exposes the following members.

Constructors
 NameDescription
Public methodAccessRightsAttribute Constructor to be explicit about the property's Access Rights.
Top
See Also