SfcVersionAttribute Class

Definition

Attribute class to specify supported version of a property or class

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

Constructors

SfcVersionAttribute(Int32)
SfcVersionAttribute(Int32, Int32)
SfcVersionAttribute(Int32, Int32, Int32, Int32)
SfcVersionAttribute(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Properties

BeginVersion

Version on which support for this property started. Null if start version is undefined.

EndVersion

Version on which support for this property ended. Null if open-ended.

Applies to