Share via


DeploymentBaseContext.GetState(String) Method

Definition

Gets the value of data from the internal state table.

public:
 System::Object ^ GetState(System::String ^ name);
public object GetState (string name);
member this.GetState : string -> obj
Public Function GetState (name As String) As Object

Parameters

name
String

The key name of the value to get from the state table.

Returns

Applies to