DomainClassInfo.AllEmbeddedByDomainRoles Property

Gets a list of domain roles which embed this domain class.

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

Syntax

'Declaration
Public ReadOnly Property AllEmbeddedByDomainRoles As ReadOnlyCollection(Of DomainRoleInfo)
public ReadOnlyCollection<DomainRoleInfo> AllEmbeddedByDomainRoles { get; }
public:
property ReadOnlyCollection<DomainRoleInfo^>^ AllEmbeddedByDomainRoles {
    ReadOnlyCollection<DomainRoleInfo^>^ get ();
}
member AllEmbeddedByDomainRoles : ReadOnlyCollection<DomainRoleInfo> with get
function get AllEmbeddedByDomainRoles () : ReadOnlyCollection<DomainRoleInfo>

Property Value

Type: ReadOnlyCollection<DomainRoleInfo>
A read-only collection of DomainRoleInfo objects.

Remarks

The list contains all domain roles which embed this domain class.

.NET Framework Security

See Also

Reference

DomainClassInfo Class

Microsoft.VisualStudio.Modeling Namespace