Field.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 Field
Dim value As String

value = instance.ClientSideComponentProperties

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

Property value

Type: System.String

See also

Reference

Field class

Field members

Microsoft.SharePoint.Client namespace