mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
Adding Hidden item to ePropertyType enum
This commit is contained in:
parent
f9d9de9597
commit
4efca6cefe
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ namespace ICD.Common.Attributes.Properties
|
|||
public enum ePropertyType
|
||||
{
|
||||
[PublicAPI] Default,
|
||||
[PublicAPI] Hidden,
|
||||
[PublicAPI] PortId,
|
||||
[PublicAPI] DeviceId,
|
||||
[PublicAPI] Ipid,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue