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>)
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET