PickerProperties.Remove(String) Method

Definition

Removes a PickerProperty from the collection.

public:
 void Remove(System::String ^ Id);
public void Remove (string Id);
abstract member Remove : string -> unit
Public Sub Remove (Id As String)

Parameters

Id
String

Specifies the identifier of the PickerProperty to remove.

Applies to