[This is preliminary documentation and is subject to change.]
            The object type of the object that is parent to this note.
            
    Namespace: 
   OfficeClip.BusinessLayer.OfficePortalAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public BusinessConstants..::.ObjectType ParentObjectType { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property ParentObjectType As BusinessConstants..::.ObjectType  | 
| Visual C++ | 
|---|
public: property BusinessConstants..::.ObjectType ParentObjectType { BusinessConstants..::.ObjectType get (); void set (BusinessConstants..::.ObjectType value); }  | 
