ODataInstanceAnnotationContainer.AddResourceAnnotation(String, Object) 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 the CLR type
public void AddResourceAnnotation (string annotationName, object value);
abstract member AddResourceAnnotation : string * obj -> unit
override this.AddResourceAnnotation : string * obj -> unit
Public Sub AddResourceAnnotation (annotationName As String, value As Object)
Parameters
- annotationName
- String
Name of Annotation
- value
- Object
Value of Annotation