/// <summary> /// Initializes a new instance of the <see cref="OAWowProjectProperty"/> class. /// </summary> /// <param name="parent">The parent.</param> /// <param name="name">The name.</param> internal OAWowProjectProperty(OAWowProjectProperties parent, string name) { this.parent = parent; this.name = name; }