Microsoft.Protocols.TestSuites.Common.PropertyTag.PropertyTag C# (CSharp) Method

PropertyTag() public method

Initializes a new instance of the PropertyTag structure.
public PropertyTag ( ushort propertyId, ushort propertyType ) : System
propertyId ushort Property id
propertyType ushort Property type
return System
        public PropertyTag(ushort propertyId, ushort propertyType)
        {
            this.PropertyId = propertyId;
            this.PropertyType = propertyType;
        }