SfcPropertyAttribute Class

Definition

Attribute for regular properties, which data is to be managed by the defining class. These are typically scalar properties, but can be of arbitrary complexity. Example: Database.Size, Table.Name

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcPropertyAttribute = class
    inherit Attribute
Public Class SfcPropertyAttribute
Inherits Attribute
Inheritance
SfcPropertyAttribute
Attributes

Applies to