XdsObjects Help file
XdsObjects Namespace / XdsRegistryResponse Class / Status Property



Status Property
The status send or received in this response.
Syntax
Public Property Status As RegistryResponseStatus
Dim instance As XdsRegistryResponse
Dim value As RegistryResponseStatus
 
instance.Status = value
 
value = instance.Status
public RegistryResponseStatus Status {get; set;}
public:
property RegistryResponseStatus Status {
   RegistryResponseStatus get();
   void set (    RegistryResponseStatus value);
}
Remarks
In most cases, this should be XdsObjects.Enums.RegistryResponseStatus.Success or XdsObjects.Enums.RegistryResponseStatus.Failure, but in some circumstances such as when using XCA, XdsObjects.Enums.RegistryResponseStatus.PartialSuccess is also permitted.
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