ClientAction.Name property
Gets the name of the client action. This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property Name As String
Get
'Usage
Dim instance As ClientAction
Dim value As String
value = instance.Name
public string Name { get; }
Property value
Type: System.String
The name of the client action.