'Declaration Public Overloads Function Add( _ ByVal name As System.String, _ ByVal value As System.Boolean _ ) As DocumentProperty
public DocumentProperty Add( System.string name, System.bool value )
Parameters
- name
- The name of the document property.
- value
- The value for the document property.
Return Value
A DocumentProperty object that represents the new property.