Version:

    Show / Hide Table of Contents

    Class Versioning

    Inheritance
    System.Object
    Versioning
    Namespace: SMT.MastaAPI
    Assembly: SMT.MastaAPI.14.1.1.dll
    Syntax
    public static class Versioning

    Properties

    APIReleaseVersion

    Declaration
    public static Version APIReleaseVersion { get; }
    Property Value
    Type Description
    System.Version

    APIReleaseVersionString

    Declaration
    public static string APIReleaseVersionString { get; }
    Property Value
    Type Description
    System.String

    IsBackwardsCompatibleCase

    Declaration
    public static bool IsBackwardsCompatibleCase { get; }
    Property Value
    Type Description
    System.Boolean

    MastaVersion

    Declaration
    public static Version MastaVersion { get; }
    Property Value
    Type Description
    System.Version

    MastaVersionString

    Declaration
    public static string MastaVersionString { get; }
    Property Value
    Type Description
    System.String
    Back to top