| Constable Authorization Engine 2.0 BETA |
|
ExpandablePropertyAttribute Constructor (Boolean, Int32)
[This is preliminary documentation and subject to change.]
Initializes a new instance of the ExpandablePropertyAttribute class with the given initial values of the IsExpandable and the Ordinal properties.
[Visual Basic]
Overloads Public Sub New( _
ByVal
expandable As
Boolean, _
ByVal
ordinal As
Integer _
)
[C#]
public ExpandablePropertyAttribute(
bool expandable,
int ordinal);
Parameters
-
expandable
- The initial value of the IsExpandable property.
-
ordinal
- The initial value of the Ordinal property.
See Also
ExpandablePropertyAttribute Class | LaMarvin.ComponentModel Namespace | ExpandablePropertyAttribute Constructor Overload List