Returns the value of the profile item.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Object Item(
string name
)
Public Function Item (
name As String
) As Object
public:
Object^ Item(
String^ name
)
member Item :
name : string -> Object
Parameters
- name
- Type: SystemString
The name of the profile item.
Return Value
Type:
Object
See Also