ProfilePropertyLoader.IsNewProfileMode Property

Gets or sets a value that indicates whether the ProfilePropertyLoader is being used to create a new profile.

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

Syntax

'Declaration
Public Property IsNewProfileMode As Boolean
    Get
    Set
'Usage
Dim instance As ProfilePropertyLoader
Dim value As Boolean

value = instance.IsNewProfileMode

instance.IsNewProfileMode = value
public bool IsNewProfileMode { get; set; }

Property Value

Type: System.Boolean
true if the ProfilePropertyLoader is being used to create a new profile; otherwise, false. The default is false.

See Also

Reference

ProfilePropertyLoader Class

ProfilePropertyLoader Members

Microsoft.SharePoint.Portal.WebControls Namespace