ExternalStoreConfigurationAttribute Class (original) (raw)

Summary

External Store add-ins use the ExternalStoreConfigurationAttribute attribute so mark the configuration class in an external store add-in. The framework uses this attribute to locate the configuration class.

Syntax

[AttributeUsageAttribute(System.AttributeTargets, AllowMultiple=false)] public class ExternalStoreConfigurationAttribute : Attribute

[AttributeUsageAttribute(ValidOn=AttributeTargets.Class, AllowMultiple=false, Inherited=true)] public ref class ExternalStoreConfigurationAttribute : public System.Attribute, System.Runtime.InteropServices._AttributeĀ