DomainRelationshipInfo.FindDomainRole(String) 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.
Finds a domain role by its name (searches base relationships as well).
public:
Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ FindDomainRole(System::String ^ roleName);
public Microsoft.VisualStudio.Modeling.DomainRoleInfo FindDomainRole (string roleName);
member this.FindDomainRole : string -> Microsoft.VisualStudio.Modeling.DomainRoleInfo
Public Function FindDomainRole (roleName As String) As DomainRoleInfo
Parameters
- roleName
- String
Domain role name.
Returns
DomainRoleInfo if found and null otherwise.