SfcParentAttribute Class

Definition

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.

Applies to