Share via


IODataInstanceAnnotationContainer.GetPropertyAnnotations(String) Method

Definition

Get all Annotations for a Property

public System.Collections.Generic.IDictionary<string,object> GetPropertyAnnotations (string propertyName);
abstract member GetPropertyAnnotations : string -> System.Collections.Generic.IDictionary<string, obj>
Public Function GetPropertyAnnotations (propertyName As String) As IDictionary(Of String, Object)

Parameters

propertyName
String

Name of Property

Returns

Dictionary of string(annotation name) and object value(annotation value)

Applies to