SPUserCustomAction.CommandUIExtensionResource Property

Gets an SPUserResource object that represents translations for the CommandUIExtension property.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Overridable ReadOnly Property CommandUIExtensionResource As SPUserResource
    Get
'Usage
Dim instance As SPUserCustomAction
Dim value As SPUserResource

value = instance.CommandUIExtensionResource
public virtual SPUserResource CommandUIExtensionResource { get; }

Property Value

Type: Microsoft.SharePoint.SPUserResource
An object that encapsulates a user-defined localizable resource.

Remarks

This property is the source for the string returned by the CommandUIExtensionResource property, which returns CommandUIExtensionResource.Value. The value that is returned by this expression can vary depending on the value of the CurrentUICulture of the current thread. For more information, see the SPUserResource.Value property.

See Also

Reference

SPUserCustomAction Class

SPUserCustomAction Members

Microsoft.SharePoint Namespace

CommandUIExtension