/// <summary> /// Sets the value of the <c><ContactSequenceSource></c> element. /// </summary> /// <param name="val">A SourceCodeType object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Indicates the source who provided the contact sequence order."</para> /// <para>Version: 2.5</para> /// <para>Since: 2.3</para> /// </remarks> public void SetContactSequenceSource( SourceCodeType val ) { SetField( StudentDTD.STUDENTCONTACTRELATIONSHIP_CONTACTSEQUENCESOURCE, val ); }
/// <summary> /// Sets the value of the <c><ContactSequenceSource></c> element. /// </summary> /// <param name="val">A SourceCodeType object</param> /// <remarks> /// <para>The SIF specification defines the meaning of this element as: "Indicates the source who provided the contact sequence order."</para> /// <para>Version: 2.6</para> /// <para>Since: 2.3</para> /// </remarks> public void SetContactSequenceSource(SourceCodeType val) { SetField(StudentDTD.STUDENTCONTACTRELATIONSHIP_CONTACTSEQUENCESOURCE, val); }