TaskList.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.
This method is not supported.
public:
virtual void SetPropertyValue(System::String ^ propertyName, System::Object ^ value);
public virtual void SetPropertyValue (string propertyName, object value);
abstract member SetPropertyValue : string * obj -> unit
override this.SetPropertyValue : string * obj -> unit
Public Overridable Sub SetPropertyValue (propertyName As String, value As Object)
Parameters
- propertyName
- String
Not supported.
- value
- Object
Not supported.
Remarks
This method is not supported.