HEADJACK
Search Results for

    Show / Hide Table of Contents

    Class App.AppMetadata

    Namespace: Headjack

    Container class for app metadata, used by GetAppMetadata().

    Fields

    CompanyName

    Company name

    Declaration
    public string CompanyName
    Field Value
    Type Description
    System.String

    ProductName

    The application's name

    Declaration
    public string ProductName
    Field Value
    Type Description
    System.String

    Published

    True if the loaded application is published

    Declaration
    public bool Published
    Field Value
    Type Description
    System.Boolean
    In This Article
    Back to top