Share via


IPropertyType.Properties Property

 

Profile Properties that have this Property Type.

Namespace:   Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IEnumerable<IProperty> Properties { get; }
property IEnumerable<IProperty^>^ Properties {
    IEnumerable<IProperty^>^ get();
}
abstract Properties : IEnumerable<IProperty> with get
ReadOnly Property Properties As IEnumerable(Of IProperty)

Property Value

Type: System.Collections.Generic.IEnumerable<IProperty>

See Also

IPropertyType Interface
Microsoft.VisualStudio.Uml.Profiles Namespace

Return to top