ArcFM Server Developer Guide
ReturnAttributes Property (TraceHandler)


Version: 10.2.1a

Resource Center Home

Sets or gets the value that determines whether a trace returns attributes with the returned results.
Syntax
'Declaration
 
Public Property ReturnAttributes As Boolean
'Usage
 
Dim instance As TraceHandler
Dim value As Boolean
 
instance.ReturnAttributes = value
 
value = instance.ReturnAttributes
public bool ReturnAttributes {get; set;}

Property Value

The boolean value indicating whether to return the attributs.
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

TraceHandler Class
TraceHandler Members

 

 


Send Comment