'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the model resize behavior when it resides in an aggregate model")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ResizeInAggregate As ResizeInAggregate
'Usage
Dim instance As NModel Dim value As ResizeInAggregate instance.ResizeInAggregate = value value = instance.ResizeInAggregate
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the model resize behavior when it resides in an aggregate model")] [System.Xml.Serialization.XmlAttribute()] public ResizeInAggregate ResizeInAggregate {get; set;}