FormObject(String, String, String) Constructor
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 FormObject class.
public:
FormObject(System::String ^ id, System::String ^ method, System::String ^ action);
public:
FormObject(Platform::String ^ id, Platform::String ^ method, Platform::String ^ action);
FormObject(std::wstring const & id, std::wstring const & method, std::wstring const & action);
public FormObject (string id, string method, string action);
new Microsoft.PowerShell.Commands.FormObject : string * string * string -> Microsoft.PowerShell.Commands.FormObject
Public Sub New (id As String, method As String, action As String)
Parameters
- id
- String
- method
- String
- action
- String