PropertyCollection.Create Method
Creates a Property object and specifies whether the property is a section.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
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)
public Property Create(
bool fIsSection
)
Parameters
- fIsSection
Type: System.Boolean
true if this property is a section; otherwise, false.
Return Value
Type: Microsoft.Office.Server.UserProfiles.Property
Microsoft.SharePoint.Portal.UserProfiles.Property that represents the new property object.