SfcParentAttribute 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 to specify a valid possible parent of a Type. Use one of these for each possible parent.
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)]
public class SfcParentAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)>]
type SfcParentAttribute = class
inherit Attribute
Public Class SfcParentAttribute
Inherits Attribute
- Inheritance
-
SfcParentAttribute
- Attributes
Constructors
SfcParentAttribute() | |
SfcParentAttribute(String) |
Properties
Parent |
The possible parent type name. The name can be namespace qualified, or if it is not then the namespace of the type containing this atrribute will be used. |