DomainClassInfo.LocalDomainRolesPlayed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a read-only list of domain roles played by this domain class.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainRoleInfo ^> ^ LocalDomainRolesPlayed { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainRoleInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainRoleInfo> LocalDomainRolesPlayed { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.LocalDomainRolesPlayed : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainRoleInfo>
Public ReadOnly Property LocalDomainRolesPlayed As ReadOnlyCollection(Of DomainRoleInfo)
Property Value
- Attributes