ObjectListCommand Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ObjectListCommand class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
Overloads
ObjectListCommand() |
Initializes a new instance of the ObjectListCommand class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
ObjectListCommand(String, String) |
Initializes a new instance of the ObjectListCommand class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
ObjectListCommand()
Initializes a new instance of the ObjectListCommand class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
ObjectListCommand();
public ObjectListCommand ();
Public Sub New ()
Remarks
The parameterless constructor initializes all properties to null
.
See also
Applies to
ObjectListCommand(String, String)
Initializes a new instance of the ObjectListCommand class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
ObjectListCommand(System::String ^ name, System::String ^ text);
public ObjectListCommand (string name, string text);
new System.Web.UI.MobileControls.ObjectListCommand : string * string -> System.Web.UI.MobileControls.ObjectListCommand
Public Sub New (name As String, text As String)
Parameters
Remarks
The second constructor uses the name and text parameters to initialize the Name and Text properties, respectively.