IUserMember Interface

Definition

Represents the behavior of a user member.

public interface IUserMember : Microsoft.Store.PartnerCenter.GenericOperations.IEntityDeleteOperations<Microsoft.Store.PartnerCenter.Models.Roles.UserMember>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string,string>>
type IUserMember = interface
    interface IPartnerComponent<string * string * string>
    interface IEntityDeleteOperations<UserMember>
Public Interface IUserMember
Implements IEntityDeleteOperations(Of UserMember), IPartnerComponent(Of Tuple(Of String, String, String))
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Delete()

Remove directory user member from directory role.

DeleteAsync()

Asynchronously remove directory user member from directory role.

Applies to