PickerProperties.Remove(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.