SinceAttribute 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.
Custom attribute to denote the Spark version in which an API is introduced.
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class SinceAttribute : Microsoft.Spark.VersionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type SinceAttribute = class
inherit VersionAttribute
Public NotInheritable Class SinceAttribute
Inherits VersionAttribute
- Inheritance
- Attributes
Constructors
SinceAttribute(String) |
Constructor for SinceAttribute class. |
Properties
Version |
Returns the Spark version. (Inherited from VersionAttribute) |