|    | DataObjectParentId Property  | 
 
            ParentId contains the ID of the parent DataObject. 
            For new DataObjects the ParentId is 0.
            ParentId can and may only be set when creating a new DataObject where object 
            must be put a certain place in the tree structure.
            If the object is the root of the tree structure, then ParentId = Id.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic int ParentId { get; }Property Value
Type: 
Int32
See Also