DomainModel.GetGeneratedDomainRoles Method
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 the list of generated domain roles.
protected:
virtual cli::array <Microsoft::VisualStudio::Modeling::DomainModel::DomainRolePlayerInfo ^> ^ GetGeneratedDomainRoles();
protected virtual Microsoft.VisualStudio.Modeling.DomainModel.DomainRolePlayerInfo[] GetGeneratedDomainRoles ();
abstract member GetGeneratedDomainRoles : unit -> Microsoft.VisualStudio.Modeling.DomainModel.DomainRolePlayerInfo[]
override this.GetGeneratedDomainRoles : unit -> Microsoft.VisualStudio.Modeling.DomainModel.DomainRolePlayerInfo[]
Protected Overridable Function GetGeneratedDomainRoles () As DomainModel.DomainRolePlayerInfo()
Returns
List of role data.