ExtensionMethods.GetDescriptionAnnotation 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.
Gets description for term Org.OData.Core.V1.Description from a target annotatable
public static string GetDescriptionAnnotation (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable target);
static member GetDescriptionAnnotation : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable -> string
<Extension()>
Public Function GetDescriptionAnnotation (model As IEdmModel, target As IEdmVocabularyAnnotatable) As String
Parameters
- model
- IEdmModel
The model referenced to.
- target
- IEdmVocabularyAnnotatable
The target Annotatable to find annotation
Returns
Description for term Org.OData.Core.V1.Description