ArcFM Responder Mobile Developer Guide
DashboardRequest Constructor(String)






Syntax
'Declaration
 
<System.ObsoleteAttribute(Message="Use ctor with DashBoardQueryType", IsError=True)>
Public Function New( _
   ByVal queryKey As System.String _
)
'Usage
 
Dim queryKey As System.String
 
Dim instance As New DashboardRequest(queryKey)
[System.Obsolete(Message="Use ctor with DashBoardQueryType", IsError=true)]
public DashboardRequest( 
   System.string queryKey
)
public DashboardRequest( 
    queryKey: System.String
); 
System.ObsoleteAttribute(Message="Use ctor with DashBoardQueryType", IsError=)
public function DashboardRequest( 
   queryKey : System.String
);
[System.Obsolete(Message="Use ctor with DashBoardQueryType", IsError=true)]
public: DashboardRequest( 
   System.string* queryKey
)
[System.Obsolete(Message="Use ctor with DashBoardQueryType", IsError=true)]
public:
DashboardRequest( 
   System.String^ queryKey
)

Parameters

queryKey
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

DashboardRequest Class
DashboardRequest Members
Overload List

Send Feedback