The SixBit Application Programming Interface
ShortMessage Field






A brief message describing the error that occurred.
Syntax
'Declaration
 
Public ShortMessage As System.String
'Usage
 
Dim instance As StatusResultType
Dim value As System.String
 
value = instance.ShortMessage
 
instance.ShortMessage = value
public System.string ShortMessage
public field ShortMessage: System.String; 
public var ShortMessage : System.String;
public: System.string* ShortMessage
public:
System.String^ ShortMessage
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

StatusResultType Class
StatusResultType Members

Send Feedback