del método PropertyCollection.Add
NOTA: esta API está ahora obsoleta.
Agrega una propiedad a este sitio.
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public Sub Add ( _
property As Property _
)
'Uso
Dim instance As PropertyCollection
Dim property As [Property]
instance.Add(property)
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public void Add(
Property property
)
Parámetros
property
Tipo: Microsoft.Office.Server.UserProfiles.PropertyEl objeto Property que se agregarán a este sitio.