Sitecore 5.0 API
ClientContext.GetValue Method
Gets the value.
[Visual Basic]
Public Shared Function GetValue( _
ByVal
name
As
String
_
) As
Object
[C#]
public static
object
GetValue(
string
name
);
Parameters
name
Name.
See Also
ClientContext Class
|
Sitecore.Configuration Namespace