ODataInstanceAnnotationContainer.GetPropertyAnnotation(String, String) Method
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.
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