 | NamespaceSummaryItemCollectionProject Property |
This is used to get a reference to the project that owns the collection
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntaxpublic SandcastleProject Project { get; }
Public ReadOnly Property Project As SandcastleProject
Get
public:
property SandcastleProject^ Project {
SandcastleProject^ get ();
}
member Project : SandcastleProject with get
Property Value
Type:
SandcastleProject
See Also