DynamicJsonObject.TrySetMember(SetMemberBinder, Object) 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.
Sets the value of a DynamicJsonObject field using the specified name.
public override bool TrySetMember(System.Dynamic.SetMemberBinder binder, object value);
override this.TrySetMember : System.Dynamic.SetMemberBinder * obj -> bool
Public Overrides Function TrySetMember (binder As SetMemberBinder, value As Object) As Boolean
Parameters
- binder
- SetMemberBinder
Provides information about the set operation.
- value
- Object
The value to set the field to.
Returns
true in all cases.