Delen via


Leader.Valid Property

Gets or sets a value that indicates whether the name of the leader 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
The value that indicates whether the name of the leader account has been validated.

See Also

Reference

Leader Class

Leader Members

Microsoft.Office.Server.UserProfiles Namespace