Share via


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)

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