DomainDataDirectory.FindDomainRole(Guid) 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 domain role by Id.
public:
Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ FindDomainRole(Guid id);
public Microsoft.VisualStudio.Modeling.DomainRoleInfo FindDomainRole (Guid id);
member this.FindDomainRole : Guid -> Microsoft.VisualStudio.Modeling.DomainRoleInfo
Public Function FindDomainRole (id As Guid) As DomainRoleInfo
Parameters
- id
- Guid
Id of the role to look for.
Returns
DomainRoleInfo or null if not found.