Skip to content

Commit fbca359

Browse files
thechriskentVesaJuvonen
authored andcommitted
Further Namespace correction (SharePoint#2059)
1 parent 684527b commit fbca359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general-development/modify-sharepoint-components-for-mds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ You also need to mark your controls and web parts as MDS compliant. The followin
212212

213213
```cs
214214

215-
[assembly: Microsoft.SharePoint.WebControlsCompliantAttribute(IsCompliant = true)]
215+
[assembly: Microsoft.SharePoint.WebControls.MdsCompliantAttribute(IsCompliant = true)]
216216
namespace VisualWebPartProject2.VisualWebPart1
217217
{
218218
// Rest of your control logic

0 commit comments

Comments
 (0)