PickerProperties.Add(String, String, MsoPickerField) Method

Definition

Adds a PickerProperty object to the collection.

public:
 Microsoft::Office::Core::PickerProperty ^ Add(System::String ^ Id, System::String ^ Value, Microsoft::Office::Core::MsoPickerField Type);
public Microsoft.Office.Core.PickerProperty Add (string Id, string Value, Microsoft.Office.Core.MsoPickerField Type);
abstract member Add : string * string * Microsoft.Office.Core.MsoPickerField -> Microsoft.Office.Core.PickerProperty
Public Function Add (Id As String, Value As String, Type As MsoPickerField) As PickerProperty

Parameters

Id
String

Specifies the key name of the property.

Value
String

Specifies the value of the property.

Type
MsoPickerField

MsoPickerField that specifies the type of the property.

Returns

Returns PickerProperty.

Applies to