OrganizationProfile.IsValid property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("This class is no longer supported.")> _
Public ReadOnly Property IsValid As Boolean
Get
'Usage
Dim instance As OrganizationProfile
Dim value As Boolean
value = instance.IsValid
[ObsoleteAttribute("This class is no longer supported.")]
public bool IsValid { get; }
Property value
Type: System.Boolean