public Args_Get_DomainGPOLocalGroup(Args_Get_DomainObject args)
 {
     Identity        = args.Identity;
     Domain          = args.Domain;
     LDAPFilter      = args.LDAPFilter;
     SearchBase      = args.SearchBase;
     Server          = args.Server;
     SearchScope     = args.SearchScope;
     ResultPageSize  = args.ResultPageSize;
     ServerTimeLimit = args.ServerTimeLimit;
     Tombstone       = args.Tombstone;
     Credential      = args.Credential;
 }
Exemple #2
0
 public Args_Get_DomainOU(Args_Get_DomainObject args)
 {
     Identity        = args.Identity;
     Domain          = args.Domain;
     LDAPFilter      = args.LDAPFilter;
     Properties      = args.Properties;
     SearchBase      = args.SearchBase;
     Server          = args.Server;
     SearchScope     = args.SearchScope;
     ResultPageSize  = args.ResultPageSize;
     ServerTimeLimit = args.ServerTimeLimit;
     SecurityMasks   = args.SecurityMasks;
     Tombstone       = args.Tombstone;
     Credential      = args.Credential;
     Raw             = args.Raw;
 }