We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a2299 commit 2162ce5Copy full SHA for 2162ce5
1 file changed
NtApiDotNet/Ndr/NdrComProxyDefinition.cs
@@ -32,7 +32,7 @@ public class NdrComProxyDefinition
32
/// <summary>
33
/// The name of the proxy interface.
34
/// </summary>
35
- public string Name { get; }
+ public string Name { get; set; }
36
37
/// The IID of the proxy interface.
38
0 commit comments