BACnet.Types.PropertyAttribute.PropertyAttribute C# (CSharp) Méthode

PropertyAttribute() public méthode

Constructs a new property attribute instance
public PropertyAttribute ( ushort propertyIdentifier ) : System
propertyIdentifier ushort The property identifier for the property
Résultat System
        public PropertyAttribute(ushort propertyIdentifier)
        {
            this.PropertyIdentifier = propertyIdentifier;
        }
PropertyAttribute