Search Results for

    Show / Hide Table of Contents

    Struct PartyKit.PartyDataField

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

    Constructors

    PartyDataField(String, String)

    Declaration
    public PartyDataField(string key, string value)
    Parameters
    Type Name Description
    System.String key
    System.String value

    Properties

    Key

    Declaration
    public string Key { 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