ODataError.InstanceAnnotations Property

Collection of custom instance annotations.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property InstanceAnnotations As ICollection(Of ODataInstanceAnnotation)
    Get 
    Set
'Usage
Dim instance As ODataError 
Dim value As ICollection(Of ODataInstanceAnnotation)

value = instance.InstanceAnnotations

instance.InstanceAnnotations = value
public ICollection<ODataInstanceAnnotation> InstanceAnnotations { get; set; }
public:
property ICollection<ODataInstanceAnnotation^>^ InstanceAnnotations {
    ICollection<ODataInstanceAnnotation^>^ get ();
    void set (ICollection<ODataInstanceAnnotation^>^ value);
}
member InstanceAnnotations : ICollection<ODataInstanceAnnotation> with get, set
function get InstanceAnnotations () : ICollection<ODataInstanceAnnotation>
function set InstanceAnnotations (value : ICollection<ODataInstanceAnnotation>)

Property Value

Type: System.Collections.Generic.ICollection<ODataInstanceAnnotation>

See Also

Reference

ODataError Class

Microsoft.Data.OData Namespace