AreTargetsSpecifed Property
In This Topic
The value determines if target is taken from net-based routing or not.
Syntax
public bool AreTargetsSpecifed {get; set;}
public:
property bool AreTargetsSpecifed {
bool get();
void set ( bool value);
}
See Also