PickerProperties.Add Method
Adds a PickerProperty object to the collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function Add ( _
Id As String, _
Value As String, _
Type As MsoPickerField _
) As PickerProperty
'Usage
Dim instance As PickerProperties
Dim Id As String
Dim Value As String
Dim Type As MsoPickerField
Dim returnValue As PickerProperty
returnValue = instance.Add(Id, Value, Type)
PickerProperty Add(
string Id,
string Value,
MsoPickerField Type
)
Parameters
Id
Type: System.StringSpecifies the key name of the property.
Value
Type: System.StringSpecifies the value of the property.
Type
Type: Microsoft.Office.Core.MsoPickerFieldMsoPickerField that specifies the type of the property.
Return Value
Type: Microsoft.Office.Core.PickerProperty
Returns PickerProperty.