Skip to main content

IsInstanceOfTypeFunction.Description Property

Specifies the IsInstanceOfTypeFunction custom function operator’s description.

Namespace: DevExpress.Xpo.Metadata

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