UserCustomAction.RegistrationId-Eigenschaft
Gets or sets the value that specifies the identifier of the object associated with the custom action.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property RegistrationId As String
Get
Set
'Usage
Dim instance As UserCustomAction
Dim value As String
value = instance.RegistrationId
instance.RegistrationId = value
public string RegistrationId { get; set; }
Eigenschaftswert
Typ: System.String
Returns a String instance representing the identifier of the object associated with the custom action.
Hinweise
It must be a list identifier or list template if RegistrationType is Microsoft.SharePoint.Client.UserCustomActionRegistrationType.List. It must be a content type identifier if RegistrationType is Microsoft.SharePoint.Client.UserCustomActionRegistrationType.ContentType. It must be a ProgID if RegistrationType is Microsoft.SharePoint.Client.UserCustomActionRegistrationType.ProgId. It must be a file extension if RegistrationType is Microsoft.SharePoint.Client.UserCustomActionRegistrationType.FileType.