IsNotUsedAnymore Property
In This Topic
Determines whether the segment definition in the project is write-protected.
Syntax
public bool IsNotUsedAnymore {get; set;}
public:
property bool IsNotUsedAnymore {
bool get();
void set ( bool value);
}
See Also