SetCustomPropertyValue

SetCustomPropertyValue(string, bool)

Sets a named boolean custom property.

public void SetCustomPropertyValue(string name, bool value)
ParameterTypeDescription
nameStringName of the custom property to set
valueBooleanCustom property value

See Also


SetCustomPropertyValue(string, int)

Sets a named integer custom property.

public void SetCustomPropertyValue(string name, int value)
ParameterTypeDescription
nameStringName of the custom property to set
valueInt32Custom property value

See Also


SetCustomPropertyValue(string, DateTime)

Sets a named DateTime custom property.

public void SetCustomPropertyValue(string name, DateTime value)
ParameterTypeDescription
nameStringName of the custom property to set
valueDateTimeCustom property value

See Also


SetCustomPropertyValue(string, string)

Sets a named string custom property.

public void SetCustomPropertyValue(string name, string value)
ParameterTypeDescription
nameStringName of the custom property to set
valueStringCustom property value

See Also


SetCustomPropertyValue(string, float)

Sets a named float custom property.

public void SetCustomPropertyValue(string name, float value)
ParameterTypeDescription
nameStringName of the custom property to set
valueSingleCustom property value

See Also


SetCustomPropertyValue(string, double)

Sets a named double custom property.

public void SetCustomPropertyValue(string name, double value)
ParameterTypeDescription
nameStringName of the custom property to set
valueDoubleCustom property value

See Also