Touchstone Re 2023 API Reference
Code Property (Status)


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace > Status Class : Code Property
Contains a Status Code.
Syntax
Public Property Code As StatusCode
Dim instance As Status
Dim value As StatusCode
 
instance.Code = value
 
value = instance.Code
public StatusCode Code {get; set;}
Remarks
If a method returns a Status Code that is equal to Success, then the console writes the values of the response properties. If the method does not return a response successfully, then the value of the Status Code explains the error.
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

Status Class
Status Members