DomainClassInfo.AllEmbeddedByDomainRoles Property
Gets a list of domain roles which embed this domain class.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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>
function get AllEmbeddedByDomainRoles () : ReadOnlyCollection<DomainRoleInfo>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<DomainRoleInfo>
A read-only collection of DomainRoleInfo objects.
Remarks
The list contains all domain roles which embed this domain class.
.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.