UITechnologyElement.SetPropertyValue(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a SetProperty action
public:
virtual void SetPropertyValue(System::String ^ propertyName, System::Object ^ propertyValue);
public virtual void SetPropertyValue (string propertyName, object propertyValue);
abstract member SetPropertyValue : string * obj -> unit
override this.SetPropertyValue : string * obj -> unit
Public Overridable Sub SetPropertyValue (propertyName As String, propertyValue As Object)
Parameters
- propertyName
- String
The property name.
- propertyValue
- Object
The property value.