FrameFilter.Name Property

Returns the name of this frame filter.
Syntax:
[C#]
public string Name;
Limitations:

Read only.

Remarks:

This method returns the same as FilterInfo.Name.

See also: FrameFilter, FrameFilter.FilterInfo

<< FrameFilter