Overload | Description |
---|---|
Add(String,Boolean) | Adds a document property of the PropertyType.Boolean data type into the collection. |
Add(String,DateTime) | Adds a document property of the PropertyType.DateTime data type into the collection. |
Add(String,Double) | Adds a document property of the PropertyType.Double data type into the collection. |
Add(String,Int32) | Adds a document property of the PropertyType.Number data type into the collection. |
Add(String,String) | Adds a document property of the PropertyType.String data type into the collection. |