get method

get(self, id)

Gets the value of the field with the specified id.

Returns

The value if the tag contains a field with the specified id; otherwise, null.


def get(self, id):
    ...
Parameter Type Description
id System.String The id of the field.

See Also