schema_data property

schema_data property

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

Definition:

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

See Also