IODataInstanceAnnotationContainer.GetPropertyAnnotations(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 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)