PropertyCollection.Create Method
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyCollection" instead")> _
Public Function Create ( _
fIsSection As Boolean _
) As Property
'Usage
Dim instance As PropertyCollection
Dim fIsSection As Boolean
Dim returnValue As [Property]
returnValue = instance.Create(fIsSection)
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyCollection" instead")]
public Property Create(
bool fIsSection
)
Parameters
- fIsSection
Type: System.Boolean
Return Value
Type: Microsoft.SharePoint.Portal.UserProfiles.Property