ProductVersionCompatibilityAttribute Class

Specifies a version number to use instead of the assembly's version when verifying SDK compatability for a specific product.

Inheritance Hierarchy

Syntax

public class ProductVersionCompatibilityAttribute : System.Attribute

Constructors

Name Description
ProductVersionCompatibilityAttribute(InedoProduct product, System.Version version)

Initializes a new instance of the ProductVersionCompatibilityAttribute attribute.

ProductVersionCompatibilityAttribute(InedoProduct product, string version)

Initializes a new instance of the ProductVersionCompatibilityAttribute attribute.

Properties

Name Description
Product

Gets the products this applies to.

Version

Gets the version to use for compatability verification instead of the referenced SDK's version.

Remarks

You should only use one attribute per product desired; when specifying mulitple attributes for the same product, the behavior is undefined.