Share via


Leader.Valid property

Gets or sets a Boolean value that indicates whether the name of the leader’s account has been validated.

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

Syntax

'Declaration
Public Property Valid As Boolean
    Get
    Set
'Usage
Dim instance As Leader
Dim value As Boolean

value = instance.Valid

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

Property value

Type: System.Boolean
true if the name of the leader’s account is validated; otherwise, false.

See also

Reference

Leader class

Leader members

Microsoft.Office.Server.UserProfiles namespace