ArcFM Responder Mobile Developer Guide
UseQueryServicesAttribute Class
Members 






Provides an attribute that indicates a Request class can use the QueryServices middle-tier object for data.
Object Model
UseQueryServicesAttribute Class
Syntax
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class UseQueryServicesAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As UseQueryServicesAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public class UseQueryServicesAttribute : System.Attribute 
public class UseQueryServicesAttribute = class(System.Attribute)
System.AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=, 
   Inherited=)
public class UseQueryServicesAttribute extends System.Attribute
[System.AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public __gc class UseQueryServicesAttribute : public System.Attribute 
[System.AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class UseQueryServicesAttribute : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Miner.Responder.Shared.UseQueryServicesAttribute

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

UseQueryServicesAttribute Members
Miner.Responder.Shared Namespace

Send Feedback