DomainDataDirectory.DomainClasses Property
Gets a list of the domain classes in the directory.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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> with get
function get DomainClasses () : ICollection<DomainClassInfo>
Property Value
Type: ICollection<DomainClassInfo>
A read-only collection of DomainClassInfo objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.