'Declaration <DescriptionAttribute("The integer key of this object entry in the structural parent tree.")> <DefaultValueAttribute(0)> Public Property StructParentKey As System.Int32
[Description("The integer key of this object entry in the structural parent tree.")] [DefaultValue(0)] public System.Int32 StructParentKey { get; set; }
[Description("The integer key of this object entry in the structural parent tree.")] [DefaultValue(0)] public: __property System.Int32 get_StructParentKey(); public: __property void set_StructParentKey(
System.Int32 value
);
[Description("The integer key of this object entry in the structural parent tree.")] [DefaultValue(0)] public:
property System.Int32 StructParentKey { System.Int32 get(); void set(System.Int32 value); }