ODataInstanceAnnotation(String, ODataValue) Constructor
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.
Constructs a new ODataInstanceAnnotation instance.
public ODataInstanceAnnotation (string name, Microsoft.OData.ODataValue value);
new Microsoft.OData.ODataInstanceAnnotation : string * Microsoft.OData.ODataValue -> Microsoft.OData.ODataInstanceAnnotation
Public Sub New (name As String, value As ODataValue)
Parameters
- name
- String
The name of the instance annotation.
- value
- ODataValue
The value of the instance annotation.