SfcVersionAttribute 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 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, Int32, Int32, Int32, Int32, Int32, Int32, Int32) | |
SfcVersionAttribute(Int32, Int32, Int32, Int32) | |
SfcVersionAttribute(Int32, Int32) | |
SfcVersionAttribute(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. |