/// <summary>
 /// Create a new DirectoryUpdate object.
 /// </summary>
 /// <param name="serviceName">Initial value of the ServiceName property.</param>
 public static DirectoryUpdate CreateDirectoryUpdate(global::System.String serviceName)
 {
     DirectoryUpdate directoryUpdate = new DirectoryUpdate();
     directoryUpdate.ServiceName = serviceName;
     return directoryUpdate;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the DirectoryUpdates EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDirectoryUpdates(DirectoryUpdate directoryUpdate)
 {
     base.AddObject("DirectoryUpdates", directoryUpdate);
 }