CyberStore E-Payment 2023 Documentation
GetProperty Method


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)
public object GetProperty( 
   string PropertyName,
   object 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