Share via


DomainDataDirectory.DomainClasses Property

Gets a list of the domain classes in the directory.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Public ReadOnly Property DomainClasses As ICollection(Of DomainClassInfo)
public ICollection<DomainClassInfo> DomainClasses { get; }
public:
property ICollection<DomainClassInfo^>^ DomainClasses {
    ICollection<DomainClassInfo^>^ get ();
}
member DomainClasses : ICollection<DomainClassInfo>
function get DomainClasses () : ICollection<DomainClassInfo>

Property Value

Type: System.Collections.Generic.ICollection<DomainClassInfo>
A read-only collection of DomainClassInfo objects.

.NET Framework Security

See Also

Reference

DomainDataDirectory Class

Microsoft.VisualStudio.Modeling Namespace