SPUserCustomAction.RegistrationType property
Gets or sets an enumeration value that specifies the type of custom action.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property RegistrationType As SPUserCustomActionRegistrationType
Get
Set
'Usage
Dim instance As SPUserCustomAction
Dim value As SPUserCustomActionRegistrationType
value = instance.RegistrationType
instance.RegistrationType = value
public virtual SPUserCustomActionRegistrationType RegistrationType { get; set; }
Property value
Type: Microsoft.SharePoint.SPUserCustomActionRegistrationType
The registration type.