Interface IApplicationNodeData
Inherited Members
Namespace: ArtOfTest.Common.Design.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IApplicationNodeData : INodeData, INotifyPropertyChanged
Properties
ExecutablePath
Declaration
string ExecutablePath { get; set; }
Property Value
System.String
|