Interface IPropertyWithClrOrigin
A mapping for a property from a CLR type
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IPropertyWithClrOrigin
Properties
| Edit this page View SourceClrOrigin
The CLR property to which the mapping relates
Declaration
PropertyInfo ClrOrigin { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyInfo |