SPUserCustomAction.Id Property

Gets a GUID value that uniquely identifies the custom action.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallablePropertyAttribute> _
Public ReadOnly Property Id As Guid
    Get
'Usage
Dim instance As SPUserCustomAction
Dim value As Guid

value = instance.Id
[ClientCallablePropertyAttribute]
public Guid Id { get; }

Property Value

Type: System.Guid
The unique identifier for the custom action.

See Also

Reference

SPUserCustomAction Class

SPUserCustomAction Members

Microsoft.SharePoint Namespace