UserCustomAction.ClientSideComponentProperties property

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

Syntax

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

value = instance.ClientSideComponentProperties

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

Property value

Type: System.String

See also

Reference

UserCustomAction class

UserCustomAction members

Microsoft.SharePoint.Client namespace