 | TreeEventTriggerOwnerId property |
Id of the node that is triggered by the event
(not the node that triggers the event).
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string OwnerId { get; set; }
Public Property OwnerId As String
Get
Set
public:
property String^ OwnerId {
String^ get ();
void set (String^ value);
}
member OwnerId : string with get, set
Property value
String
See also