UserProfileValueCollection.Add Method
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function Add ( _
o As Object _
) As Integer
'Usage
Dim instance As UserProfileValueCollection
Dim o As Object
Dim returnValue As Integer
returnValue = instance.Add(o)
public int Add(
Object o
)
Parameters
- o
Type: System.Object
Return Value
Type: System.Int32
See Also
Reference
UserProfileValueCollection Class