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

Property() public method

Initializes a new instance of the Property class.
public Property ( PropertyType propType )
propType PropertyType Property type.
        public Property(PropertyType propType)
        {
            this.type = propType;
            this.name = string.Empty;
        }
Property