Xceed .NET Libraries Documentation
LanguageTag Field (StatusResponsePayload)


Xceed.SSH.SFtp Assembly > Xceed.SSH.SFtp Namespace > StatusResponsePayload Class : LanguageTag Field
Specifies the language the error message is in.
Syntax
'Declaration
 
Public LanguageTag As String
'Usage
 
Dim instance As StatusResponsePayload
Dim value As String
 
value = instance.LanguageTag
 
instance.LanguageTag = value
public string LanguageTag

Field Value

A System.String that specifies the language the error message is in. 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

Reference

StatusResponsePayload Class
StatusResponsePayload Members