Constable Authorization Engine 2.0 BETA

ExpandablePropertyAttribute Constructor

[This is preliminary documentation and subject to change.]

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

Overload List

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

public ExpandablePropertyAttribute();

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

public ExpandablePropertyAttribute(bool);

Initializes a new instance of the ExpandablePropertyAttribute class with the given initial values of the IsExpandable and the Ordinal properties.

public ExpandablePropertyAttribute(bool,int);

See Also

ExpandablePropertyAttribute Class | LaMarvin.ComponentModel Namespace