Skip to content

Commit a3d56c7

Browse files
committed
Update NetworkInterfaceInfo.cs
1 parent b227470 commit a3d56c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/NETworkManager.Models/Network/NetworkInterfaceInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,6 @@ public class NetworkInterfaceInfo
122122
/// <summary>
123123
/// Firewall network category (Private, Public, Domain)
124124
/// </summary>
125-
public NetworkProfiles Profiles { get; set; }
125+
// NOT IMPLEMENTED YET
126+
//public NetworkProfiles Profiles { get; set; }
126127
}

0 commit comments

Comments
 (0)