Object containing image memory of this object
Syntax
'Declaration
Public ReadOnly Property Parent As CiImage
'Usage
Dim instance As CiImage
Dim value As CiImage
value = instance.Parent
public CiImage Parent {get;}
public read-only property Parent: CiImage;
public function get Parent : CiImage
public:
property CiImage^ Parent {
CiImage^ get();
}
See Also