| ApiFilterCollectionProject 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
Syntax public SandcastleProject Project { get; }
Public ReadOnly Property Project As SandcastleProject
Get
public:
property SandcastleProject^ Project {
SandcastleProject^ get ();
}
member Project : SandcastleProject with get
Property Value
Type:
SandcastleProjectRemarks Child collections do not contain a reference to the
project file.
See Also