In This Topic
This interface is implemented by any object that has a device name. It is a basic interface for wrapping name properties.
Syntax
public interface IFunctionBase
public interface class IFunctionBase
Public Properties
| | Name | Description |
 | IsNameEmpty | Returns true if the list of name's properties is empty |
 | Name | Returns the name of the IFunctionBase. |
 | NameParts | Name of the IFunctionBase. |
 | VisibleName | Returns the visible name of the IFunctionBase. |
 | VisibleNameParts | Returns visible name of the IFunctionBase. |
Top
See Also