public object GetProperty( string PropertyName, object DefaultValue )
'Declaration Public Function GetProperty( _ ByVal PropertyName As String, _ ByVal DefaultValue As Object _ ) As Object
'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)
'Usage
Dim instance As CyberStoreBaseControl Dim PropertyName As String Dim DefaultValue As Object Dim value As Object value = instance.GetProperty(PropertyName, DefaultValue)
CyberStoreBaseControl Class CyberStoreBaseControl Members