Skip to content

Commit 2162ce5

Browse files
committed
Make proxy name writable.
1 parent 89a2299 commit 2162ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NtApiDotNet/Ndr/NdrComProxyDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class NdrComProxyDefinition
3232
/// <summary>
3333
/// The name of the proxy interface.
3434
/// </summary>
35-
public string Name { get; }
35+
public string Name { get; set; }
3636
/// <summary>
3737
/// The IID of the proxy interface.
3838
/// </summary>

0 commit comments

Comments
 (0)