SfcInvalidForTypeAttribute 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.
Attribute for excluding the resolve for some properties for some types
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)]
public class SfcInvalidForTypeAttribute : Attribute
type SfcInvalidForTypeAttribute = class
inherit Attribute
Public Class SfcInvalidForTypeAttribute
Inherits Attribute
- Inheritance
-
SfcInvalidForTypeAttribute
- Attributes
Constructors
| SfcInvalidForTypeAttribute(Type) |
Exclude list will be set to the list coming for the constructor |
Properties
| ExcludedType |
Get the excluded types list. |