Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the identifier of the list or item content type that this custom action is associated with, or the file type or program identifier (ProgID).
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallablePropertyAttribute> _
Public Overridable Property RegistrationId As String
Get
Set
'Usage
Dim instance As SPUserCustomAction
Dim value As String
value = instance.RegistrationId
instance.RegistrationId = value
[ClientCallablePropertyAttribute]
public virtual string RegistrationId { get; set; }
Property Value
Type: System.String
The registration identifier.