PickerProperties.Remove Method
Removes a PickerProperty from the collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub Remove ( _
Id As String _
)
'Usage
Dim instance As PickerProperties
Dim Id As String
instance.Remove(Id)
void Remove(
string Id
)
Parameters
Id
Type: System.StringSpecifies the identifier of the PickerProperty to remove.