ODataResourceSetBase.InstanceAnnotations 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.
Collection of custom instance annotations.
public System.Collections.Generic.ICollection<Microsoft.OData.ODataInstanceAnnotation> InstanceAnnotations { get; set; }
member this.InstanceAnnotations : System.Collections.Generic.ICollection<Microsoft.OData.ODataInstanceAnnotation> with get, set
Public Property InstanceAnnotations As ICollection(Of ODataInstanceAnnotation)