diff --git a/src/Discord.Net.Interactions/Info/InputComponents/InputComponentInfo.cs b/src/Discord.Net.Interactions/Info/InputComponents/InputComponentInfo.cs
index f5a1e9679..23a0db844 100644
--- a/src/Discord.Net.Interactions/Info/InputComponents/InputComponentInfo.cs
+++ b/src/Discord.Net.Interactions/Info/InputComponents/InputComponentInfo.cs
@@ -44,6 +44,9 @@ namespace Discord.Interactions
///
public Type Type { get; }
+ ///
+ /// Gets the property linked to this component.
+ ///
public PropertyInfo PropertyInfo { get; }
///