/// <summary> /// <para>Initializes a new instance of the <see cref="PropertyGroupLookup" /> /// class.</para> /// </summary> /// <param name="value">The value</param> public PropertyGroupLookup(LookUpPropertiesError value) { this.Value = value; }
/// <summary> /// <para>Initializes a new instance of the <see cref="PropertiesError" /> /// class.</para> /// </summary> /// <param name="value">The value</param> public PropertiesError(LookUpPropertiesError value) { this.Value = value; }