XmpGuid constructor

__init__(self, value)

Initializes a new instance of the XmpGuid class.


def __init__(self, value):
    ...
Parameter Type Description
value System.String The value.

Exceptions

Exception Description
ArgumentNullException Value could not be null.
ArgumentException Invalid GUID value.

__init__(self, value)

Initializes a new instance of the XmpGuid class.


def __init__(self, value):
    ...
Parameter Type Description
value System.Guid The unique identifier.

See Also