PropertyMapCollection.Remove Method
Removes a PropertyMap object from the collection.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub Remove ( _
propName As String _
)
'Usage
Dim instance As PropertyMapCollection
Dim propName As String
instance.Remove(propName)
public void Remove(
string propName
)
Parameters
- propName
Type: System.String
Name of the mapped property to be removed from the collection.
Remarks
System properties, such as SID, AccountName and ADGuid properties cannot be removed.