Set

Set(string, string)

Adds or replaces the metadata property with the specified name.

public void Set(string propertyName, string value)
Parameter Type Description
propertyName String The property name.
value String The property value.

See Also


Set(string, bool)

Adds or replaces the metadata property with the specified name.

public void Set(string propertyName, bool value)
Parameter Type Description
propertyName String The property name.
value Boolean The property value.

See Also


Set(string, DateTime)

Adds or replaces the metadata property with the specified name.

public void Set(string propertyName, DateTime value)
Parameter Type Description
propertyName String The property name.
value DateTime The property value.

See Also


Set(string, int)

Adds or replaces the metadata property with the specified name.

public void Set(string propertyName, int value)
Parameter Type Description
propertyName String The property name.
value Int32 The property value.

See Also


Set(string, double)

Adds or replaces the metadata property with the specified name.

public void Set(string propertyName, double value)
Parameter Type Description
propertyName String The property name.
value Double The property value.

See Also