Search Results for

    Show / Hide Table of Contents

    Class EnqueueTransferOwnershipAction

    Enqueue content for transfer ownership

    Inheritance
    System.Object
    BusinessRuleAction
    EnqueueTransferOwnershipAction
    Inherited Members
    BusinessRuleAction.TraceRefId
    BusinessRuleAction.Names
    BusinessRuleAction.Description
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class EnqueueTransferOwnershipAction : BusinessRuleAction

    Properties

    TransferUserId

    Id of the user to whom the ownership should be transferred.

    Declaration
    public string TransferUserId { get; set; }
    Property Value
    System.String

    Methods

    FromJson(String)

    Declaration
    public static EnqueueTransferOwnershipAction FromJson(string data)
    Parameters
    System.String data

    Returns
    EnqueueTransferOwnershipAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX