Share via


ODataInstanceAnnotationContainer.GetPropertyAnnotation(String, String) Method

Definition

Get an Instance Annotation from the Property

public object GetPropertyAnnotation (string propertyName, string annotationName);
abstract member GetPropertyAnnotation : string * string -> obj
override this.GetPropertyAnnotation : string * string -> obj
Public Function GetPropertyAnnotation (propertyName As String, annotationName As String) As Object

Parameters

propertyName
String

Name of the Property

annotationName
String

Name of the Annotation

Returns

Get Annotation value for the given annotation and property

Implements

Applies to