ExtensionMethods.ValueTerm Method

Gets the value term with the specified annotation.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function ValueTerm ( _
    annotation As IEdmValueAnnotation _
) As IEdmValueTerm
'Usage
Dim annotation As IEdmValueAnnotation 
Dim returnValue As IEdmValueTerm 

returnValue = annotation.ValueTerm()
public static IEdmValueTerm ValueTerm(
    this IEdmValueAnnotation annotation
)
[ExtensionAttribute]
public:
static IEdmValueTerm^ ValueTerm(
    IEdmValueAnnotation^ annotation
)
static member ValueTerm : 
        annotation:IEdmValueAnnotation -> IEdmValueTerm
public static function ValueTerm(
    annotation : IEdmValueAnnotation
) : IEdmValueTerm

Parameters

Return Value

Type: Microsoft.Data.Edm.IEdmValueTerm
The value term.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEdmValueAnnotation. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=vs.113) or https://msdn.microsoft.com/en-us/library/bb383977(v=vs.113).

See Also

Reference

ExtensionMethods Class

Microsoft.Data.Edm Namespace