A key-value collection containing all capabilities supported by requester

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

Syntax

C#
[ObsoleteAttribute("This method is not memory efficient and should be avoided as the Match class now exposes an accessor keyed on property name.")]
public IDictionary<string, string> Capabilities { get; set; }
Visual Basic
<ObsoleteAttribute("This method is not memory efficient and should be avoided as the Match class now exposes an accessor keyed on property name.")> 
Public Property Capabilities As IDictionary(Of String, String)
	Get
	Set

Implements

IClientCapability..::..Capabilities

See Also