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 |