Class KeyValuePair
Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
Syntax
public class KeyValuePair
Constructors
KeyValuePair()
Declaration
public KeyValuePair ();
KeyValuePair(String, String)
Declaration
public KeyValuePair (string key = null, string value = null);
Parameters
|
String
key
|
|
String
value
|
Properties
Key
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Key")]
public string Key { get; set; }
Property Value
|
String
|
Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Value")]
public string Value { get; set; }
Property Value
|
String
|