PartNumberTerminalN Property
In This Topic
Part number that the distributed main terminal with 'N' potential will get. If the part contains a function definition, this function definition will be the new function definition of the terminal. By default, this option is empty.
Syntax
public string PartNumberTerminalN {get; set;}
public:
property String^ PartNumberTerminalN {
String^ get();
void set ( String^ value);
}
See Also