Search Results for

    Show / Hide Table of Contents

    Class ComponentLicense

    Representa a license component

    Inheritance
    System.Object
    ComponentLicense
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.ComponentLicense
    Assembly: Simplic.ComponentLicense.dll
    Syntax
    public class ComponentLicense

    Properties

    | Improve this Doc View Source

    ComponentName

    Gets or sets the component name

    Declaration
    public string ComponentName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    License

    Gets or sets the component license key

    Declaration
    public string License { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx