is_custom property

is_custom property

Shows if this property does not belong to the predefined properties list in the specification: https://msdn.microsoft.com/en-us/library/dd949052(v=office.15).aspx

Definition:

@property
def is_custom(self):
    ...

See Also