QueryHierarchyItem.IsDeleted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if this query item is deleted. Setting this to false on a deleted query item will undelete it. Undeleting a query or folder will not bring back the permission changes that were previously applied to it.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool IsDeleted { get; set; }
member this.IsDeleted : bool with get, set
Public Property IsDeleted As Boolean
Property Value
- Attributes