Share via


MyLinksRibbon.RibbonInitScript property

This member is reserved for internal use and is not intended to be used directly from your code. Gets the ECMAScript (JavaScript, JScript) that used to initialize the My Links ribbon.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Protected ReadOnly Property RibbonInitScript As String
    Get
'Usage
Dim value As String

value = Me.RibbonInitScript
protected string RibbonInitScript { get; }

Property value

Type: System.String
The String object that represents the Java Script that used to initialize the My Links ribbon.

See also

Reference

MyLinksRibbon class

MyLinksRibbon members

Microsoft.Office.Server.WebControls namespace