Share via


ODataInstanceAnnotationContainer.AddPropertyAnnotation Method

Definition

Method to Add an Instance Annotation to a property

public void AddPropertyAnnotation (string propertyName, string annotationName, object value);
abstract member AddPropertyAnnotation : string * string * obj -> unit
override this.AddPropertyAnnotation : string * string * obj -> unit
Public Sub AddPropertyAnnotation (propertyName As String, annotationName As String, value As Object)

Parameters

propertyName
String

Name of the property

annotationName
String

Name of Annotation

value
Object

Value of Annotation

Implements

Applies to