CyberStore Documentation
GetProperty Method


View with Navigation Tools Version
Dovetail.Ecommerce.ControlBases Namespace > CyberStoreBaseControl Class : GetProperty Method
Name of the property.
The default value.
Gets a property.
Syntax
'Declaration
 
Public Function GetProperty( _
   ByVal PropertyName As String, _
   ByVal DefaultValue As Object _
) As Object
 
'Usage
 
Dim instance As CyberStoreBaseControl
Dim PropertyName As String
Dim DefaultValue As Object
Dim value As Object
 
value = instance.GetProperty(PropertyName, DefaultValue)

Parameters

PropertyName
Name of the property.
DefaultValue
The default value.

Return Value

The property.
Remarks
Jrochette, 6/6/2012.
See Also

Reference

CyberStoreBaseControl Class
CyberStoreBaseControl Members