StateAttribute 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.
public ref class StateAttribute sealed : Microsoft::Practices::ObjectBuilder::ParameterAttribute
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class StateAttribute : Microsoft.Practices.ObjectBuilder.ParameterAttribute
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type StateAttribute = class
inherit ParameterAttribute
Public NotInheritable Class StateAttribute
Inherits ParameterAttribute
- Inheritance
- Attributes
Constructors
StateAttribute() | |
StateAttribute(String) |
Methods
CreateParameter(Type) |