Sitecore 5.0 API

SqlClientDataStore.GetValue Method 

Gets the value.

[Visual Basic]
NotOverridable Public Function GetValue( _
   ByVal name As String _
) As Object _
    Implements IClientDataStore.GetValue
[C#]
public object GetValue(
   string name
);

Parameters

name
Name.

Implements

IClientDataStore.GetValue

See Also

SqlClientDataStore Class | Sitecore.Configuration Namespace