OrganizationProfile.IsValid Property
Gets a Boolean value that indicates whether this OrganizationProfile object is valid.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property IsValid As Boolean
Get
'Usage
Dim instance As OrganizationProfile
Dim value As Boolean
value = instance.IsValid
public bool IsValid { get; }
Property Value
Type: System.Boolean