Click or drag to resize

AllowedAccessAttribute Class

Sets the allowed access for the custom property (AllowedAccess).
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.NativeAllowedAccessAttribute

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

The AllowedAccessAttribute type exposes the following members.

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