IISResponse.status Method
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.
Overloads
status() |
Gets or sets the status of an object. |
status(String) |
status()
Gets or sets the status of an object.
public:
virtual System::String ^ status();
public virtual string status ();
abstract member status : unit -> string
override this.status : unit -> string
Public Overridable Function status () As String
Returns
The current value of the status of the object.
Applies to
status(String)
public:
virtual System::String ^ status(System::String ^ _status);
public virtual string status (string _status);
abstract member status : string -> string
override this.status : string -> string
Public Overridable Function status (_status As String) As String
Parameters
- _status
- String