BindableItemBindingName Property |
The name of the bindable item. Usually the name of the custom property, but
for other specialized items (such as Conveyor.IsMotorOn) returns the binding name ("IsMotorOn").
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntaxpublic abstract string BindingName { get; }Property Value
Type:
String
See Also