IJsonWriter.WriteProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WriteProperty(String, IDictionary<String,Double>) |
Writes a IDictionary<TKey,TValue> property. |
WriteProperty(String, IDictionary<String,String>) |
Writes a IDictionary<TKey,TValue> property. |
WriteProperty(String, Nullable<Boolean>) |
Writes a Boolean property. |
WriteProperty(String, Nullable<DateTimeOffset>) |
Writes a DateTimeOffset property. |
WriteProperty(String, Nullable<Double>) |
Writes a Double property. |
WriteProperty(String, Nullable<Int32>) |
Writes a Int32 property. |
WriteProperty(String, Nullable<TimeSpan>) |
Writes a TimeSpan property. |
WriteProperty(String, String) |
Writes a String property. |
WriteProperty(String, IDictionary<String,Double>)
Writes a IDictionary<TKey,TValue> property.
public void WriteProperty (string name, System.Collections.Generic.IDictionary<string,double> values);
abstract member WriteProperty : string * System.Collections.Generic.IDictionary<string, double> -> unit
Public Sub WriteProperty (name As String, values As IDictionary(Of String, Double))
Parameters
- name
- String
- values
- IDictionary<String,Double>
Applies to
WriteProperty(String, IDictionary<String,String>)
Writes a IDictionary<TKey,TValue> property.
public void WriteProperty (string name, System.Collections.Generic.IDictionary<string,string> values);
abstract member WriteProperty : string * System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub WriteProperty (name As String, values As IDictionary(Of String, String))
Parameters
- name
- String
- values
- IDictionary<String,String>
Applies to
WriteProperty(String, Nullable<Boolean>)
WriteProperty(String, Nullable<DateTimeOffset>)
Writes a DateTimeOffset property.
public void WriteProperty (string name, DateTimeOffset? value);
abstract member WriteProperty : string * Nullable<DateTimeOffset> -> unit
Public Sub WriteProperty (name As String, value As Nullable(Of DateTimeOffset))
Parameters
- name
- String
- value
- Nullable<DateTimeOffset>
Applies to
WriteProperty(String, Nullable<Double>)
WriteProperty(String, Nullable<Int32>)
WriteProperty(String, Nullable<TimeSpan>)
Azure SDK for .NET