 | CdssExecutionStackFrameGetValue Method |
Get the value for variableName from the context
Namespace: SanteDB.Cdss.XmlAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntaxpublic Object GetValue(
string variableName
)
Public Function GetValue (
variableName As String
) As Object
public:
Object^ GetValue(
String^ variableName
)
member GetValue :
variableName : string -> Object Parameters
- variableName String
[Missing <param name="variableName"/> documentation for "M:SanteDB.Cdss.Xml.CdssExecutionStackFrame.GetValue(System.String)"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Cdss.Xml.CdssExecutionStackFrame.GetValue(System.String)"]
See Also