PropertyDataTypeCollection.IsSynchronized 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.PropertyDataTypeCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyDataTypeCollection" instead")> _
Public ReadOnly Property IsSynchronized As Boolean
Get
'Usage
Dim instance As PropertyDataTypeCollection
Dim value As Boolean
value = instance.IsSynchronized
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyDataTypeCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyDataTypeCollection" instead")]
public bool IsSynchronized { get; }
Property Value
Type: System.Boolean
Implements
See Also
Reference
PropertyDataTypeCollection Class