SPUserCustomAction.RegistrationId property
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)
Syntax
'Declaration
Public Overridable Property RegistrationId As String
Get
Set
'Usage
Dim instance As SPUserCustomAction
Dim value As String
value = instance.RegistrationId
instance.RegistrationId = value
public virtual string RegistrationId { get; set; }
Property value
Type: System.String
The registration identifier.