PropertyCollection.Create - Méthode

Remarque : cette API est désormais obsolète.

Crée un objet Property et indique si la propriété est une section.

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public Function Create ( _
    fIsSection As Boolean _
) As Property
'Utilisation
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
)

Paramètres

  • fIsSection
    Type : System.Boolean

    true si cette propriété est une section ; dans le cas contraire, false.

Valeur renvoyée

Type : Microsoft.Office.Server.UserProfiles.Property
L'objet qui représente le nouvel objet property .

Voir aussi

Référence

PropertyCollection classe

PropertyCollection - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms