Skip to main content

IsInstanceOfTypeFunction.Name Property

Specifies name of the IsInstanceOfTypeFunction custom function operator.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public string Name { get; }

Property Value

Type Description
String

A String used to identify a custom function.

Remarks

This property returns “IsInstanceOfType”.

See Also