[]
        
(Showing Draft Content)

GrapeCity.Core.ICustomProperties.Add

Add Method

Add(string, object)

Adds custom property information.

Declaration
ICustomProperty Add(string name, object value)
Function Add(name As String, value As Object) As ICustomProperty
Parameters
Type Name Description
string name

The name of the custom property.

object value

The value of the custom property.

Returns
Type Description
ICustomProperty

An ICustomProperty object that represents the custom property information.