C# Class BACnet.Types.PropertyAttribute

Inheritance: System.Attribute
Show file Open project: LorenVS/bacstack

Public Methods

Method Description
PropertyAttribute ( ushort propertyIdentifier ) : System

Constructs a new property attribute instance

Method Details

PropertyAttribute() public method

Constructs a new property attribute instance
public PropertyAttribute ( ushort propertyIdentifier ) : System
propertyIdentifier ushort The property identifier for the property
return System