PropertyMapCollection.Count 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.PropertyMapCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyMapCollection" instead")> _
Public ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As PropertyMapCollection
Dim value As Integer

value = instance.Count
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyMapCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyMapCollection" instead")]
public int Count { get; }

Property Value

Type: System.Int32

Implements

ICollection.Count

See Also

Reference

PropertyMapCollection Class

PropertyMapCollection Members

Microsoft.SharePoint.Portal.UserProfiles Namespace