BExIS.Ddm.Model.Property.Property C# (CSharp) Method

Property() public method

public Property ( ) : System.Collections.Generic
return System.Collections.Generic
        public Property()
        {
            this.Type = SearchComponentBaseType.Property;
        }
Property