Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class GetLogResponse

    Class return for a GetLog call. This class will contains MessageLog for a specific message ID

    Inheritance
    object
    BaseAnswer
    GetLogResponse
    Inherited Members
    BaseAnswer.Data
    BaseAnswer.Status
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Answer
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class GetLogResponse : BaseAnswer

    Properties

    Log

    Message log of a specific message

    Declaration
    public MessageLog Log { get; set; }
    Property Value
    Type Description
    MessageLog

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation