Skip to main content
A newer version of this page is available. .

IsExactTypeFunction.Description Property

Specifies the IsExactTypeFunction custom function operator’s description.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public string Description { get; }

Property Value

Type Description
String

A text describing the custom function’s syntax and purpose.

See Also