Compartir a través de


del método PropertyCollection.Create

NOTA: esta API está ahora obsoleta.

Crea un objeto Property y especifica si la propiedad es una sección.

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 Function Create ( _
    fIsSection As Boolean _
) As Property
'Uso
Dim instance As PropertyCollection
Dim fIsSection As Boolean
Dim returnValue As [Property]

returnValue = instance.Create(fIsSection)
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public Property Create(
    bool fIsSection
)

Parámetros

  • fIsSection
    Tipo: System.Boolean

    true si esta propiedad es una sección; en caso contrario, false.

Valor devuelto

Tipo: Microsoft.Office.Server.UserProfiles.Property
Objeto que representa el nuevo objeto de property .

Vea también

Referencia

clase PropertyCollection

Miembros PropertyCollection

Espacio de nombres Microsoft.Office.Server.UserProfiles