PropertyBase.IsUpgradePrivate Property

Gets or sets a value indicating whether this property exists in a previously upgraded installation.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Overridable Property IsUpgradePrivate As Boolean
    Get
    Set
'Usage
Dim instance As PropertyBase
Dim value As Boolean

value = instance.IsUpgradePrivate

instance.IsUpgradePrivate = value
public virtual bool IsUpgradePrivate { get; set; }

Property Value

Type: System.Boolean

Remarks

User profile manager permission is required to set this value. This value cannot be set if this is a section property.

See Also

Reference

PropertyBase Class

PropertyBase Members

Microsoft.Office.Server.UserProfiles Namespace