Skip to main content

IsExactTypeFunction.Description Property

Specifies the IsExactTypeFunction custom function operator’s description.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v24.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