Creates a custom property with the specified flags.
| C# | Visual Basic |
public bool Add( string propertyName, Type type, PimPropertyFlags flags )
Public Function Add ( _ propertyName As String, _ type As Type, _ flags As PimPropertyFlags _ ) As Boolean
- propertyName (String)
- Name of the custom property.
- flags (PimPropertyFlags)
- Set one or more flags from the PimPropertyFlags enum
False if the property already exists, true if it is created