IAlienObject.SetPropertyValue(String, Type, 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.
public void SetPropertyValue (string propertyName, Type propertyType, object value);
abstract member SetPropertyValue : string * Type * obj -> unit
Public Sub SetPropertyValue (propertyName As String, propertyType As Type, value As Object)
Parameters
- propertyName
- String
- propertyType
- Type
- value
- Object