KeepDesignations Property
In This Topic
If TRUE, the distributed terminals will keep their device tag. If FALSE, the distributed terminals with device tag will be treated like distributed terminals without device tag. Default is TRUE.
Syntax
public bool KeepDesignations {get; set;}
public:
property bool KeepDesignations {
bool get();
void set ( bool value);
}
See Also