ClientAction.Id Property
Gets the ID 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
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property Id As Long
Get
'Usage
Dim instance As ClientAction
Dim value As Long
value = instance.Id
public long Id { get; }
Property Value
Type: System.Int64
The ID of the client action.