Click or drag to resize
UserProfileItem Method
Returns the value of the profile item.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Object Item(
	string name
)

Parameters

name
Type: SystemString
The name of the profile item.

Return Value

Type: Object
See Also