/// <summary>
 /// Initializes a new instance of the <see cref="ScreenRecordingUserProperty" /> class.
 /// </summary>
 /// <param name="name">name.</param>
 /// <param name="value">value.</param>
 public ScreenRecordingUserProperty(string name = default(string), ScreenRecordingMultifield value = default(ScreenRecordingMultifield))
 {
     this.Name  = name;
     this.Value = value;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ScreenRecordingPageViewEventParameter" /> class.
 /// </summary>
 /// <param name="name">name.</param>
 /// <param name="value">value.</param>
 public ScreenRecordingPageViewEventParameter(string name = default(string), ScreenRecordingMultifield value = default(ScreenRecordingMultifield))
 {
     this.Name  = name;
     this.Value = value;
 }