IDirectoryRoleCollection.ById(String) Method

Definition

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.

Implements

Applies to