BACnet.Types.PropertyAttribute.PropertyAttribute C# (CSharp) Метод

PropertyAttribute() публичный Метод

Constructs a new property attribute instance
public PropertyAttribute ( ushort propertyIdentifier ) : System
propertyIdentifier ushort The property identifier for the property
Результат System
        public PropertyAttribute(ushort propertyIdentifier)
        {
            this.PropertyIdentifier = propertyIdentifier;
        }
PropertyAttribute