Share via


IODataInstanceAnnotationContainer.GetResourceAnnotations Method

Definition

Get All Annotations from CLR Type

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

Returns

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

Applies to