Sitecore 5.0 API
DataManager.GetProperty Method
Gets the property.
[Visual Basic]
Public Function GetProperty( _
ByVal
name
As
String
_
) As
String
[C#]
public
string
GetProperty(
string
name
);
Parameters
name
Name.
See Also
DataManager Class
|
Sitecore.Data Namespace