/// <summary>Adds a new <c><SIF_Property></c> child element.</summary> /// <param name="val">A SIF_Property object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "A set of properties defined for this protocol"</para> /// <para>Version: 2.6</para> /// <para>Since: 1.1</para> /// </remarks> public void AddSIF_Property( SIF_Property val ) { AddChild( InfraDTD.SIF_PROTOCOL_SIF_PROPERTY, val ); }
/// <summary> /// Sets all SIF_Property object instances. All existing /// <c>SIF_Property</c> instances /// are removed and replaced with this list. Calling this method with the /// parameter value set to null removes all <c>SIF_Propertys</c>. /// </summary> /// <remarks> /// <para>Version: 2.6</para> /// <para>Since: 1.1</para> /// </remarks> public void SetSIF_Propertys( SIF_Property[] items) { SetChildren( InfraDTD.SIF_PROTOCOL_SIF_PROPERTY, items ); }
/// <summary>Adds a new <c><SIF_Property></c> child element.</summary> /// <param name="val">A SIF_Property object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "A set of properties defined for this protocol"</para> /// <para>Version: 2.6</para> /// <para>Since: 1.1</para> /// </remarks> public void AddSIF_Property(SIF_Property val) { AddChild(InfraDTD.SIF_PROTOCOL_SIF_PROPERTY, val); }