XmlDocInspectionIssue.Parameter Property
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the parameter associated with the issue, if applicable.
public IParameter Parameter { get; }Property Value
- IParameter
- The parameter, or
nullif not applicable to this issue type.
Remarks
When the issue type is XmlDocInspectionIssueType.MissingRequiredTag and the tag is XmlDocTag.Param or XmlDocTag.Returns, this property contains the parameter that is not documented.
