IDirectoryRoleCollection.ById(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.
Gets a directory role behavior.
public Microsoft.Store.PartnerCenter.CustomerDirectoryRoles.IDirectoryRole ById (string roleId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.CustomerDirectoryRoles.IDirectoryRole
Public Function ById (roleId As String) As IDirectoryRole
Parameters
- roleId
- String
The directory role id.
Returns
The directory role operations.