Share via


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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallablePropertyAttribute> _
Public Overridable Property RegistrationType As SPUserCustomActionRegistrationType
    Get
    Set
'Usage
Dim instance As SPUserCustomAction
Dim value As SPUserCustomActionRegistrationType

value = instance.RegistrationType

instance.RegistrationType = value
[ClientCallablePropertyAttribute]
public virtual SPUserCustomActionRegistrationType RegistrationType { get; set; }

Property Value

Type: Microsoft.SharePoint.SPUserCustomActionRegistrationType
The registration type.

See Also

Reference

SPUserCustomAction Class

SPUserCustomAction Members

Microsoft.SharePoint Namespace

RegistrationId