Responder Developer Guide
Tags Property (ConnectionTestAttribute)


Indicates whether the 'test' scenario involves remoting Inter-Service Communication (ISC).
Syntax
'Declaration
 
Public Property Tags As String
'Usage
 
Dim instance As ConnectionTestAttribute
Dim value As String
 
instance.Tags = value
 
value = instance.Tags
public string Tags {get; set;}
Remarks
Of course, the database is a service too, but this property indicates 'true' when the test examines remoting inter-service communication between Responder services. Generally, this occurs via the MSMQ remoting channel.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ConnectionTestAttribute Class
ConnectionTestAttribute Members

 

 


Send Comment