as_literal_string property

as_literal_string property

Returns or sets the literal string if DataSourceType property is DataSourceType.StringLiterals. Read/write str.

Definition:

@property
def as_literal_string(self):
    ...

@as_literal_string.setter
def as_literal_string(self, value):
    ...

See Also