Property.IsSystem Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.Property" is obsolete; use class "Microsoft.Office.Server.UserProfiles.Property" instead")> _
Public ReadOnly Property IsSystem As Boolean
Get
'Usage
Dim instance As [Property]
Dim value As Boolean
value = instance.IsSystem
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.Property" is obsolete; use class "Microsoft.Office.Server.UserProfiles.Property" instead")]
public bool IsSystem { get; }
Property Value
Type: System.Boolean