AddinPlugin.Markup property
Gets or sets a String containing the markup snippets for the Addin Plugin.
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Property Markup As String
Get
Set
'Usage
Dim instance As AddinPlugin
Dim value As String
value = instance.Markup
instance.Markup = value
public string Markup { get; set; }
Property value
Type: System.String
The String object that represents the markup snippets contained in the Addin Plugin.
Remarks
This represents the actual markup that will be rendered on the SharePoint Online page where the social plugin is inserted.