LockProjectByDefault Property (SelectionSet)
In This Topic
If set to true, the objects returned and the rest objects from project by the SelectionSet method are locked. Default value is false
.
Syntax
public bool LockProjectByDefault {get; set;}
public:
property bool LockProjectByDefault {
bool get();
void set ( bool value);
}
See Also