DomainDataDirectory.GetDomainRole(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.
Gets domain role by Id.
public:
Microsoft::VisualStudio::Modeling::DomainRoleInfo ^ GetDomainRole(Guid id);
public Microsoft.VisualStudio.Modeling.DomainRoleInfo GetDomainRole (Guid id);
member this.GetDomainRole : Guid -> Microsoft.VisualStudio.Modeling.DomainRoleInfo
Public Function GetDomainRole (id As Guid) As DomainRoleInfo
Parameters
- id
- Guid
Id of the role to look for.
Returns
DomainRoleInfo with specified Id.