IdElementSetProperty Method |
[Missing <summary> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdElement.SetProperty(System.String,System.Object)"]
Namespace:
Frontenac.Blueprints.Util.Wrappers.Id
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic override void SetProperty(
string key,
Object value
)
Public Overrides Sub SetProperty (
key As String,
value As Object
)
public:
virtual void SetProperty(
String^ key,
Object^ value
) override
abstract SetProperty :
key : string *
value : Object -> unit
override SetProperty :
key : string *
value : Object -> unit
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdElement.SetProperty(System.String,System.Object)"]
- value
- Type: SystemObject
[Missing <param name="value"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdElement.SetProperty(System.String,System.Object)"]
Implements
IElementSetProperty(String, Object)
See Also