Xceed .NET Libraries Documentation
Xceed.SSH.SFtp Assembly / Xceed.SSH.SFtp Namespace / StatusResponsePayload Class / Message Field


In This Topic
    Message Field (StatusResponsePayload)
    In This Topic
    Human readable description of the error.
    Syntax
    'Declaration
     
    Public Message As String
    'Usage
     
    Dim instance As StatusResponsePayload
    Dim value As String
     
    value = instance.Message
     
    instance.Message = value
    public string Message

    Field Value

    A System.String that describes the error. Can be a null reference (Nothing in Visual Basic).
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also