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