ConnectorConverter<T>.TryReadGenericProperty Method
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.
C#
protected virtual bool TryReadGenericProperty(ref System.Text.Json.Utf8JsonReader reader, T value, string propertyName, System.Text.Json.JsonSerializerOptions options);
abstract member TryReadGenericProperty : Utf8JsonReader * 'T * string * System.Text.Json.JsonSerializerOptions -> bool
override this.TryReadGenericProperty : Utf8JsonReader * 'T * string * System.Text.Json.JsonSerializerOptions -> bool
Protected Overridable Function TryReadGenericProperty (ByRef reader As Utf8JsonReader, value As T, propertyName As String, options As JsonSerializerOptions) As Boolean
- reader
- Utf8JsonReader
- value
- T
- propertyName
- String
- options
- JsonSerializerOptions
Product | Versions |
---|---|
Microsoft 365 Agents SDK .NET | 1 |