Share via


ManageProfileProperty.GeneratePropCtlID Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Shared Function GeneratePropCtlID ( _
    Name As String, _
    fIsSection As Boolean _
) As String
'Usage
Dim Name As String
Dim fIsSection As Boolean
Dim returnValue As String

returnValue = ManageProfileProperty.GeneratePropCtlID(Name, _
    fIsSection)
public static string GeneratePropCtlID(
    string Name,
    bool fIsSection
)

Parameters

Return Value

Type: System.String

See Also

Reference

ManageProfileProperty Class

ManageProfileProperty Members

Microsoft.SharePoint.Portal.WebControls Namespace