IDelta.TrySetPropertyValue(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.
Attempts to set the Property called name
to the value
specified.
public bool TrySetPropertyValue (string name, object value);
abstract member TrySetPropertyValue : string * obj -> bool
Public Function TrySetPropertyValue (name As String, value As Object) As Boolean
Parameters
- name
- String
The name of the Property
- value
- Object
The new value of the Property
Returns
Returns true
if successful and false
if not.