ProfileSubtypePropertyManager.CreateManagedClass Method
This member overrides PropertyBaseManager<T>.CreateManagedClass(IDataRecord).
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Overrides NotOverridable Function CreateManagedClass ( _
record As IDataRecord _
) As ProfileSubtypeProperty
'Usage
Dim record As IDataRecord
Dim returnValue As ProfileSubtypeProperty
returnValue = Me.CreateManagedClass(record)
protected override sealed ProfileSubtypeProperty CreateManagedClass(
IDataRecord record
)
Parameters
- record
Type: System.Data.IDataRecord
Return Value
Type: Microsoft.Office.Server.UserProfiles.ProfileSubtypeProperty
See Also
Reference
ProfileSubtypePropertyManager Class