PropertyBase.IsUpgrade 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 IsUpgrade As Boolean
    Get
    Set
'Usage
Dim instance As PropertyBase
Dim value As Boolean

value = instance.IsUpgrade

instance.IsUpgrade = value
public virtual bool IsUpgrade { 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