DomainClassInfo.AllDomainRolesPlayed Property

Gets a read-only list of all the domain roles played by this class or its ascendants.

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

Syntax

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

Property Value

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

Remarks

Gets a read-only collection of all the domain roles played by this class or its ascendants.

.NET Framework Security

See Also

Reference

DomainClassInfo Class

Microsoft.VisualStudio.Modeling Namespace