Search Results for

    Show / Hide Table of Contents

    Struct PartyKit.LandingPageInfoField

    Namespace: Trail
    Assembly: Trail.dll
    Syntax
    public struct LandingPageInfoField

    Constructors

    LandingPageInfoField(String, String, String)

    Declaration
    public LandingPageInfoField(string id, string label, string value)
    Parameters
    Type Name Description
    System.String id
    System.String label
    System.String value

    Properties

    ID

    Declaration
    public string ID { get; set; }
    Property Value
    Type Description
    System.String

    Label

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Generated by DocFX