ObjectAdapter.AdapterFactory Property
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.
Gets or sets the IAdapterFactory
public:
property Microsoft::AspNetCore::JsonPatch::Adapters::IAdapterFactory ^ AdapterFactory { Microsoft::AspNetCore::JsonPatch::Adapters::IAdapterFactory ^ get(); };
public Microsoft.AspNetCore.JsonPatch.Adapters.IAdapterFactory AdapterFactory { get; }
member this.AdapterFactory : Microsoft.AspNetCore.JsonPatch.Adapters.IAdapterFactory
Public ReadOnly Property AdapterFactory As IAdapterFactory