ConsumerParameter.Capabilities Property

Gets the types of values the filter consumer expects to receive.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property Capabilities As ConsumerParameterCapabilities
    Get
'Usage
Dim instance As ConsumerParameter
Dim value As ConsumerParameterCapabilities

value = instance.Capabilities
public ConsumerParameterCapabilities Capabilities { get; }

Property Value

Type: Microsoft.SharePoint.WebPartPages.ConsumerParameterCapabilities

Remarks

The Capabilities property specifies what types of values the filter consumer expects to receive through this parameter. For example, this is how a consumer can indicate whether a parameter is multivalued.

See Also

Reference

ConsumerParameter Class

ConsumerParameter Members

Microsoft.SharePoint.WebPartPages Namespace