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

IsInstanceOfTypeFunction.Description Property

Specifies the IsInstanceOfTypeFunction custom function operator’s description.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public string Description { get; }

Property Value

Type Description
String

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

See Also