'Declaration
<CanBeNullAttribute()> <MetaMemberAttribute("Parent")> Public Property Parent As Object
'Usage
Dim instance As MappedObject Dim value As Object instance.Parent = value value = instance.Parent
[CanBeNull()] [MetaMember("Parent")] public object Parent {get; set;}
[CanBeNull()] [MetaMember("Parent")] public: property Object^ Parent { Object^ get(); void set ( Object^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.