TemplateWizardSecurityAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This attribute can be placed on a wizard extension implemention to restrict which templates can load the wizard extension.
public ref class TemplateWizardSecurityAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
public sealed class TemplateWizardSecurityAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
type TemplateWizardSecurityAttribute = class
inherit Attribute
Public NotInheritable Class TemplateWizardSecurityAttribute
Inherits Attribute
- Inheritance
-
TemplateWizardSecurityAttribute
- Attributes
Constructors
TemplateWizardSecurityAttribute(String) |
Attribute constructor. |
Properties
CallingTemplate |
Gets the name of the template allowed to call the template wizard extension. |