data property

data property

Gets or sets the XML content of this Custom XML Data Storage Part.

Definition:

@property
def data(self):
    ...
@data.setter
def data(self, value):
    ...

See Also