DomainClass.RolesPlayed Property
Gets a list of RolesPlayed. Roles played by the class.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public ReadOnly Property RolesPlayed As LinkedElementCollection(Of DomainRole)
public LinkedElementCollection<DomainRole> RolesPlayed { get; }
public:
property LinkedElementCollection<DomainRole^>^ RolesPlayed {
LinkedElementCollection<DomainRole^>^ get ();
}
member RolesPlayed : LinkedElementCollection<DomainRole> with get
function get RolesPlayed () : LinkedElementCollection<DomainRole>
Property Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<DomainRole>
.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.