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
Inheritance
SfcVersionAttribute
Attributes

Constructors

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