smartDBforms.NET API Reference

DataBindItem.AdHocProperty Method 

Gets the value of the property with the specified name from the AdHocProperties collection. If the property does not exists null(Nothing) is returned.

[Visual Basic]
Public Function AdHocProperty( _
   ByVal String As String _
) As String
[C#]
public string AdHocProperty(
   String name
);

Parameters

String
The name is case insensitive

Return Value

The value of the property. If the property does not exists null( Nothing) is returned.

See Also

DataBindItem Class | Adillis.SmartDBForms Namespace