[]
type MetadataUserProp = object;
Represents a custom metadata property.
name: string;
The property name.
namespace: UserPropNamespace;
The XML namespace.
optional value?: string;
The property value.