IODataInstanceAnnotationContainer.AddPropertyAnnotation 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.
Method to Add an Instance Annotation to a property
public void AddPropertyAnnotation (string propertyName, string annotationName, object value);
abstract member AddPropertyAnnotation : string * string * obj -> unit
Public Sub AddPropertyAnnotation (propertyName As String, annotationName As String, value As Object)
Parameters
- propertyName
- String
Name of the property
- annotationName
- String
Name of Annotation
- value
- Object
Value of Annotation