Class PluginResourceAttribute
Attribute for annotation extension attribute string properties to indicate that the value of the property should be retrieved from the plug-in resources file of the plug-in in which the extension is defined.
Inherited Members
Namespace: SdlSdl.CorePluginFramework
Assembly: Sdl.Core.PluginFramework.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class PluginResourceAttribute : Attribute
Remarks
For more information see ExtensionAttribute.
Constructors
PluginResourceAttribute()
Declaration
public PluginResourceAttribute()