Freigeben über


UserCustomAction.ScriptSrc-Eigenschaft

Gets or sets a value that specifies the URI of a file which contains the ECMAScript to execute on the page

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property ScriptSrc As String
    Get
    Set
'Usage
Dim instance As UserCustomAction
Dim value As String

value = instance.ScriptSrc

instance.ScriptSrc = value
public string ScriptSrc { get; set; }

Eigenschaftswert

Typ: System.String
Returns a String instance representing the execution on the page.

Hinweise

It must be ein Nullverweis (Nothing in Visual Basic), or a server-relative URL.

. It must be ein Nullverweis (Nothing in Visual Basic) if Location is not “ScriptLink”.” This Standard defines the ECMAScript scripting language

Siehe auch

Referenz

UserCustomAction Klasse

UserCustomAction-Member

Microsoft.SharePoint.Client-Namespace