![]() |
Previous | Next |
The SetCustomPropertyName method specifies the name and value of a custom property.
Syntax
Application.Project.Properties.SetCustomProperty(name, value)
Parameters
name
String containing the name of the custom property to be set.
value
The value of the custom property to be set. This value can have any standard data type.
Return Values
This method does not return a value.
Remarks
Once a custom property has been created by calling this method, it cannot be removed.
See Also
Previous | Next |