Construct a privilege attribute.

Namespace: BasicCard.BasicCards.Components
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public PrivilegeAttributes(
	int ACRCID
)
Visual Basic
Public Sub New ( 
	ACRCID As Integer
)
Visual C++
public:
PrivilegeAttributes(
	int ACRCID
)
F#
new : 
        ACRCID : int -> PrivilegeAttributes

Parameters

ACRCID
Type: System..::..Int32
CID of assigned ACR

See Also