HierarchyObject.AddProperty(String, Object) Method

Definition

Adds the name of the property object.

public:
 abstract void AddProperty(System::String ^ name, System::Object ^ value);
public abstract void AddProperty (string name, object value);
abstract member AddProperty : string * obj -> unit
Public MustOverride Sub AddProperty (name As String, value As Object)

Parameters

name
String

A String string that represents the name of the property.

value
Object

A Object value that represents the property itself.

Applies to