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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
Public ReadOnly Property AllDomainRolesPlayed As ReadOnlyCollection(Of DomainRoleInfo)
Get
public ReadOnlyCollection<DomainRoleInfo> AllDomainRolesPlayed { get; }
public:
property ReadOnlyCollection<DomainRoleInfo^>^ AllDomainRolesPlayed {
ReadOnlyCollection<DomainRoleInfo^>^ get ();
}
member AllDomainRolesPlayed : ReadOnlyCollection<DomainRoleInfo>
function get AllDomainRolesPlayed () : ReadOnlyCollection<DomainRoleInfo>
Property Value
Type: System.Collections.ObjectModel.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
- 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.