object GetProperty( string name )
'Declaration Function GetProperty( _ ByVal name As String _ ) As Object
'Declaration
Function GetProperty( _ ByVal name As String _ ) As Object
'Usage Dim instance As IPluginCellTypeSetting Dim name As String Dim value As Object value = instance.GetProperty(name)
'Usage
Dim instance As IPluginCellTypeSetting Dim name As String Dim value As Object value = instance.GetProperty(name)
IPluginCellTypeSetting Interface IPluginCellTypeSetting Members