MdsCompliantAttribute constructor (Boolean)

Initializes a new instance of the MdsCompliantAttribute custom property class using the isCompliant parameter to set the IsCompliant member property to either true or false.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    isCompliant As Boolean _
)
'Usage
Dim isCompliant As Boolean

Dim instance As New MdsCompliantAttribute(isCompliant)
public MdsCompliantAttribute(
    bool isCompliant
)

Parameters

  • isCompliant
    Type: System.Boolean

    true to indicate that the attribute is MDS-compliant; false to indicate that the attribute is not MDS-compliant.

See also

Reference

MdsCompliantAttribute class

MdsCompliantAttribute members

MdsCompliantAttribute overload

Microsoft.SharePoint.WebControls namespace