Get client capability value by property name.

Namespace: DotNetNuke.Services.ClientCapability
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
string this[
	string name
] { get; }
Visual Basic
ReadOnly Default Property Item ( 
	name As String
) As String
	Get

Parameters

name
Type: System..::..String

Return Value

See Also