Constable Authorization Engine 2.0 BETA

ExpandablePropertyAttribute Constructor (Boolean)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ExpandablePropertyAttribute class with the given initial value of the IsExpandable property and the Ordinal property set to zero.

[Visual Basic]
Overloads Public Sub New( _
   ByVal expandable As Boolean _
)
[C#]
public ExpandablePropertyAttribute(
   bool expandable
);

Parameters

expandable
The initial value of the IsExpandable property.

See Also

ExpandablePropertyAttribute Class | LaMarvin.ComponentModel Namespace | ExpandablePropertyAttribute Constructor Overload List