[]
Represents a custom metadata property. Note that the only allowed namespaces are:
public class Metadata.UserProp
Initializes a new instance of the Metadata.UserProp class.
public UserProp(string @namespace, string name, string value)
namespace
stringThe namespace.
name
stringThe property name.
value
stringThe property value.
Gets the property name.
public string Name { get; }
Gets the property namespace.
public string Namespace { get; }
Gets the property value.
public string Value { get; }