docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ConfigurationPair

    A key/value pair to configure a build configuration.

    Inheritance
    object
    ConfigurationPair
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.Multiplay
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "Configuration_Pair")]
    [Preserve]
    public class ConfigurationPair

    Constructors

    ConfigurationPair(string, string)

    Initializes a new instance of the ConfigurationPair class.

    Declaration
    [Preserve]
    public ConfigurationPair(string key = null, string value = null)
    Parameters
    Type Name Description
    string key

    The freeform key used to identify the paired value for build configuration configuration. (required).

    string value

    The value used for build configuration configuration with the paired key. (required).

    Properties

    Key

    The freeform key used to identify the paired value for build configuration configuration.

    Declaration
    [DataMember(Name = "key", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string Key { get; set; }
    Property Value
    Type Description
    string

    The freeform key used to identify the paired value for build configuration configuration.

    Value

    The value used for build configuration configuration with the paired key.

    Declaration
    [DataMember(Name = "value", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string Value { get; set; }
    Property Value
    Type Description
    string

    The value used for build configuration configuration with the paired key.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)