BACnet.Ashrae.PropertyIdAttribute.PropertyIdAttribute C# (CSharp) Method

PropertyIdAttribute() public method

public PropertyIdAttribute ( PropertyIdentifier propertyIdentifier ) : System
propertyIdentifier PropertyIdentifier
return System
        public PropertyIdAttribute(PropertyIdentifier propertyIdentifier)
            : base((ushort)propertyIdentifier)
        {
        }
PropertyIdAttribute