zoukankan      html  css  js  c++  java
  • AD属性常量类

    参考:http://www.selfadsi.org/user-attributes.htm

       1 namespace Common
       2 {
       3     /// <summary>
       4     /// AD中的属性,没有出现的后续接着补充
       5     /// </summary>
       6     public class LdapUserEntryProperty
       7     {
       8         public static string AccountExpires
       9         {
      10             get
      11             {
      12                 return "accountExpires";
      13             }
      14         }
      15 
      16         public static string AccountNameHistory
      17         {
      18             get { return "accountNameHistory"; }
      19         }
      20 
      21         public static string ACSPolicyName
      22         {
      23             get { return "aCSPolicyName"; }
      24         }
      25 
      26         public static string AdminCount
      27         {
      28             get
      29             {
      30                 return "adminCount";
      31             }
      32         }
      33 
      34         public static string AdminDescription
      35         {
      36             get
      37             {
      38                 return "adminDescription";
      39             }
      40         }
      41 
      42         public static string AdminDisplayName
      43         {
      44             get
      45             {
      46                 return "adminDisplayName";
      47             }
      48         }
      49 
      50         public static string ADsPath
      51         {
      52             get
      53             {
      54                 return "ADsPath";
      55             }
      56         }
      57 
      58         public static string AltRecipient
      59         {
      60             get
      61             {
      62                 return "altRecipient";
      63             }
      64         }
      65 
      66         public static string AltRecipientBL
      67         {
      68             get
      69             {
      70                 return "altRecipientBL";
      71             }
      72         }
      73 
      74         public static string AltSecurityIdentities
      75         {
      76             get
      77             {
      78                 return "altSecurityIdentities";
      79             }
      80         }
      81 
      82         public static string Assistant
      83         {
      84             get
      85             {
      86                 return "assistant";
      87             }
      88         }
      89 
      90         public static string AuthOrig
      91         {
      92             get
      93             {
      94                 return "authOrig";
      95             }
      96         }
      97 
      98         public static string AuthOrigBL
      99         {
     100             get
     101             {
     102                 return "authOrigBL";
     103             }
     104         }
     105 
     106         public static string AutoReplyMessage
     107         {
     108             get
     109             {
     110                 return "autoReplyMessage";
     111             }
     112         }
     113 
     114         public static string BadPasswordTime
     115         {
     116             get
     117             {
     118                 return "badPasswordTime";
     119             }
     120         }
     121 
     122         public static string BadPwdCount
     123         {
     124             get
     125             {
     126                 return "badPwdCount";
     127             }
     128         }
     129 
     130         /// <summary>
     131         /// c (Country)
     132         /// </summary>
     133         /// <param name=""></param>
     134         /// <returns></returns>
     135         public static string C
     136         {
     137             get
     138             {
     139                 return "c";
     140             }
     141         }
     142 
     143         public static string CanonicalName
     144         {
     145             get
     146             {
     147                 return "canonicalName";
     148             }
     149         }
     150 
     151         public static string Class
     152         {
     153             get
     154             {
     155                 return "Class";
     156             }
     157         }
     158 
     159         /// <summary>
     160         /// Country
     161         /// </summary>
     162         /// <returns></returns>
     163         public static string Co
     164         {
     165             get
     166             {
     167                 return "co";
     168             }
     169         }
     170 
     171         public static string Comment
     172         {
     173             get
     174             {
     175                 return "comment";
     176             }
     177         }
     178 
     179         public static string Company
     180         {
     181             get
     182             {
     183                 return "company";
     184             }
     185         }
     186 
     187         public static string CountryCode
     188         {
     189             get
     190             {
     191                 return "countryCode";
     192             }
     193         }
     194 
     195         public static string CreateTimeStamp
     196         {
     197             get
     198             {
     199                 return "createTimeStamp";
     200             }
     201         }
     202 
     203         public static string DeletedItemFlags
     204         {
     205             get
     206             {
     207                 return "deletedItemFlags";
     208             }
     209         }
     210 
     211         public static string DelivContLength
     212         {
     213             get
     214             {
     215                 return "delivContLength";
     216             }
     217         }
     218 
     219         public static string DeliverAndRedirect
     220         {
     221             get
     222             {
     223                 return "deliverAndRedirect";
     224             }
     225         }
     226 
     227         public static string Department
     228         {
     229             get
     230             {
     231                 return "department";
     232             }
     233         }
     234 
     235         public static string DepartmentNumber
     236         {
     237             get
     238             {
     239                 return "departmentNumber";
     240             }
     241         }
     242 
     243         public static string Description
     244         {
     245             get
     246             {
     247                 return "description";
     248             }
     249         }
     250 
     251         public static string DirectReports
     252         {
     253             get
     254             {
     255                 return "directReports";
     256             }
     257         }
     258 
     259         public static string DisplayName
     260         {
     261             get
     262             {
     263                 return "displayName";
     264             }
     265         }
     266 
     267         public static string DisplayNamePrintable
     268         {
     269             get
     270             {
     271                 return "displayNamePrintable";
     272             }
     273         }
     274 
     275         public static string DistinguishedName
     276         {
     277             get
     278             {
     279                 return "distinguishedName";
     280             }
     281         }
     282 
     283         public static string Division
     284         {
     285             get
     286             {
     287                 return "division";
     288             }
     289         }
     290 
     291         public static string DLMemRejectPerms
     292         {
     293             get
     294             {
     295                 return "dLMemRejectPerms";
     296             }
     297         }
     298 
     299         public static string DLMemRejectPermsBL
     300         {
     301             get
     302             {
     303                 return "dLMemRejectPermsBL";
     304             }
     305         }
     306 
     307         public static string DLMemSubmitPerms
     308         {
     309             get
     310             {
     311                 return "dLMemSubmitPerms";
     312             }
     313         }
     314 
     315         public static string DLMemSubmitPermsBL
     316         {
     317             get
     318             {
     319                 return "dLMemSubmitPermsBL";
     320             }
     321         }
     322 
     323         public static string EmployeeID
     324         {
     325             get
     326             {
     327                 return "employeeID";
     328             }
     329         }
     330 
     331         public static string EmployeeNumber
     332         {
     333             get
     334             {
     335                 return "employeeNumber";
     336             }
     337         }
     338 
     339         public static string EmployeeType
     340         {
     341             get
     342             {
     343                 return "employeeType";
     344             }
     345         }
     346 
     347         public static string ExtensionData
     348         {
     349             get
     350             {
     351                 return "extensionData";
     352             }
     353         }
     354 
     355         public static string ExtensionAttribute1
     356         {
     357             get
     358             {
     359                 return "extensionAttribute1";
     360             }
     361         }
     362 
     363         public static string ExtensionAttribute2
     364         {
     365             get
     366             {
     367                 return "extensionAttribute2";
     368             }
     369         }
     370 
     371         public static string ExtensionAttribute3
     372         {
     373             get
     374             {
     375                 return "extensionAttribute3";
     376             }
     377         }
     378 
     379         public static string ExtensionAttribute4
     380         {
     381             get
     382             {
     383                 return "extensionAttribute4";
     384             }
     385         }
     386 
     387         public static string ExtensionAttribute5
     388         {
     389             get
     390             {
     391                 return "extensionAttribute5";
     392             }
     393         }
     394 
     395         public static string ExtensionAttribute6
     396         {
     397             get
     398             {
     399                 return "extensionAttribute6";
     400             }
     401         }
     402 
     403         public static string ExtensionAttribute7
     404         {
     405             get
     406             {
     407                 return "extensionAttribute7";
     408             }
     409         }
     410 
     411         public static string ExtensionAttribute8
     412         {
     413             get
     414             {
     415                 return "extensionAttribute8";
     416             }
     417         }
     418 
     419         public static string ExtensionAttribute9
     420         {
     421             get
     422             {
     423                 return "extensionAttribute9";
     424             }
     425         }
     426 
     427         public static string ExtensionAttribute10
     428         {
     429             get
     430             {
     431                 return "extensionAttribute10";
     432             }
     433         }
     434 
     435         public static string ExtensionAttribute11
     436         {
     437             get
     438             {
     439                 return "extensionAttribute11";
     440             }
     441         }
     442 
     443         public static string ExtensionAttribute12
     444         {
     445             get
     446             {
     447                 return "extensionAttribute12";
     448             }
     449         }
     450 
     451         public static string ExtensionAttribute13
     452         {
     453             get
     454             {
     455                 return "extensionAttribute13";
     456             }
     457         }
     458 
     459         public static string ExtensionAttribute14
     460         {
     461             get
     462             {
     463                 return "extensionAttribute14";
     464             }
     465         }
     466 
     467         public static string ExtensionAttribute15
     468         {
     469             get
     470             {
     471                 return "extensionAttribute15";
     472             }
     473         }
     474 
     475         public static string FacsimileTelephoneNumber
     476         {
     477             get
     478             {
     479                 return "facsimileTelephoneNumber";
     480             }
     481         }
     482 
     483         public static string GarbageCollPeriod
     484         {
     485             get
     486             {
     487                 return "garbageCollPeriod";
     488             }
     489         }
     490 
     491         public static string GivenName
     492         {
     493             get
     494             {
     495                 return "givenName";
     496             }
     497         }
     498 
     499         public static string HomeDirectory
     500         {
     501             get
     502             {
     503                 return "homeDirectory";
     504             }
     505         }
     506 
     507         public static string HomeDrive
     508         {
     509             get
     510             {
     511                 return "homeDrive";
     512             }
     513         }
     514 
     515         public static string HomeMDB
     516         {
     517             get
     518             {
     519                 return "homeMDB";
     520             }
     521         }
     522 
     523         public static string HomeMTA
     524         {
     525             get
     526             {
     527                 return "homeMTA";
     528             }
     529         }
     530 
     531         public static string HomePhone
     532         {
     533             get
     534             {
     535                 return "homePhone";
     536             }
     537         }
     538 
     539         public static string Info
     540         {
     541             get
     542             {
     543                 return "info";
     544             }
     545         }
     546 
     547         public static string Initials
     548         {
     549             get
     550             {
     551                 return "initials";
     552             }
     553         }
     554 
     555         public static string IpPhone
     556         {
     557             get
     558             {
     559                 return "ipPhone";
     560             }
     561         }
     562 
     563         public static string IsDeleted
     564         {
     565             get
     566             {
     567                 return "isDeleted";
     568             }
     569         }
     570 
     571         public static string IsRecycled
     572         {
     573             get
     574             {
     575                 return "isRecycled";
     576             }
     577         }
     578 
     579         /// <summary>
     580         /// (Location)
     581         /// </summary>
     582         public static string L
     583         {
     584             get
     585             {
     586                 return "l";
     587             }
     588         }
     589 
     590         public static string LastKnownParent
     591         {
     592             get
     593             {
     594                 return "lastKnownParent";
     595             }
     596         }
     597 
     598         public static string LastLogoff
     599         {
     600             get
     601             {
     602                 return "lastLogoff";
     603             }
     604         }
     605 
     606         public static string LastLogon
     607         {
     608             get
     609             {
     610                 return "lastLogon";
     611             }
     612         }
     613 
     614         public static string LastLogonTimestamp
     615         {
     616             get
     617             {
     618                 return "lastLogonTimestamp";
     619             }
     620         }
     621 
     622         public static string LegacyExchangeDN
     623         {
     624             get
     625             {
     626                 return "legacyExchangeDN";
     627             }
     628         }
     629 
     630         public static string LockoutTime
     631         {
     632             get
     633             {
     634                 return "lockoutTime";
     635             }
     636         }
     637 
     638         public static string LogonCount
     639         {
     640             get
     641             {
     642                 return "logonCount";
     643             }
     644         }
     645 
     646         public static string LogonHours
     647         {
     648             get
     649             {
     650                 return "logonHours";
     651             }
     652         }
     653 
     654         public static string Mail
     655         {
     656             get
     657             {
     658                 return "mail";
     659             }
     660         }
     661 
     662         public static string MailNickname
     663         {
     664             get
     665             {
     666                 return "mailNickname";
     667             }
     668         }
     669 
     670         public static string Manager
     671         {
     672             get
     673             {
     674                 return "manager";
     675             }
     676         }
     677 
     678         public static string ManagedBy
     679         {
     680             get
     681             {
     682                 return "managedBy";
     683             }
     684         }
     685 
     686         public static string MDBOverHardQuotaLimit
     687         {
     688             get
     689             {
     690                 return "mDBOverHardQuotaLimit";
     691             }
     692         }
     693 
     694         public static string MDBOverQuotaLimit
     695         {
     696             get
     697             {
     698                 return "mDBOverQuotaLimit";
     699             }
     700         }
     701 
     702         public static string MDBStorageQuota
     703         {
     704             get
     705             {
     706                 return "mDBStorageQuota";
     707             }
     708         }
     709 
     710         public static string MDBUseDefaults
     711         {
     712             get
     713             {
     714                 return "mDBUseDefaults";
     715             }
     716         }
     717 
     718         public static string MemberOf
     719         {
     720             get
     721             {
     722                 return "memberOf";
     723             }
     724         }
     725 
     726         public static string Member
     727         {
     728             get
     729             {
     730                 return "member";
     731             }
     732         }
     733 
     734         public static string Mobile
     735         {
     736             get
     737             {
     738                 return "mobile";
     739             }
     740         }
     741 
     742         public static string ModifyTimeStamp
     743         {
     744             get
     745             {
     746                 return "modifyTimeStamp";
     747             }
     748         }
     749 
     750         public static string MsCOM_UserPartitionSetLink
     751         {
     752             get
     753             {
     754                 return "msCOM-UserPartitionSetLink";
     755             }
     756         }
     757 
     758         public static string MsDS_User_Account_Control_Computed
     759         {
     760             get
     761             {
     762                 return "msDS-User-Account-Control-Computed";
     763             }
     764         }
     765 
     766         public static string MsDS_UserPassword
     767         {
     768             get
     769             {
     770                 return "msDS-UserPassword";
     771             }
     772         }
     773 
     774         public static string MsExchHideFromAddressLists
     775         {
     776             get
     777             {
     778                 return "msExchHideFromAddressLists";
     779             }
     780         }
     781 
     782         public static string MsExchHomeServerName
     783         {
     784             get
     785             {
     786                 return "msExchHomeServerName";
     787             }
     788         }
     789 
     790         public static string ExpiryTimeComputed
     791         {
     792             get
     793             {
     794                 return "ExpiryTimeComputed";
     795             }
     796         }
     797 
     798         public static string MsExchMailboxSecurityDescriptor
     799         {
     800             get
     801             {
     802                 return "msExchMailboxSecurityDescriptor";
     803             }
     804         }
     805 
     806         public static string MsExchMasterAccountSID
     807         {
     808             get
     809             {
     810                 return "msExchMasterAccountSID";
     811             }
     812         }
     813 
     814         public static string MsExchOmaAdminWirelessEnable
     815         {
     816             get
     817             {
     818                 return "msExchOmaAdminWirelessEnable";
     819             }
     820         }
     821 
     822         public static string MsExchPoliciesExcluded
     823         {
     824             get
     825             {
     826                 return "msExchPoliciesExcluded";
     827             }
     828         }
     829 
     830         public static string MsExchRecipLimit
     831         {
     832             get
     833             {
     834                 return "msExchRecipLimit";
     835             }
     836         }
     837 
     838         public static string MsExchRBACPolicyLink
     839         {
     840             get
     841             {
     842                 return "msExchRBACPolicyLink";
     843             }
     844         }
     845 
     846         public static string MsExchRequireAuthToSendTo
     847         {
     848             get
     849             {
     850                 return "msExchRequireAuthToSendTo";
     851             }
     852         }
     853 
     854         public static string MsExchUserAccountControl
     855         {
     856             get
     857             {
     858                 return "msExchUserAccountControl";
     859             }
     860         }
     861 
     862         public static string MsExchWhenMailboxCreated
     863         {
     864             get
     865             {
     866                 return "msExchWhenMailboxCreated";
     867             }
     868         }
     869 
     870         public static string MsNPAllowDialin
     871         {
     872             get
     873             {
     874                 return "msNPAllowDialin";
     875             }
     876         }
     877 
     878         public static string MsNPCallingStationID
     879         {
     880             get
     881             {
     882                 return "msNPCallingStationID";
     883             }
     884         }
     885 
     886         public static string MsNPSavedCallingStationID
     887         {
     888             get
     889             {
     890                 return "msNPSavedCallingStationID";
     891             }
     892         }
     893 
     894         public static string MsRADIUSCallbackNumber
     895         {
     896             get
     897             {
     898                 return "msRADIUSCallbackNumber";
     899             }
     900         }
     901 
     902         public static string MsRADIUSFramedIPAddress
     903         {
     904             get
     905             {
     906                 return "msRADIUSFramedIPAddress";
     907             }
     908         }
     909 
     910         public static string MsRADIUSFramedRoute
     911         {
     912             get
     913             {
     914                 return "msRADIUSFramedRoute";
     915             }
     916         }
     917 
     918         public static string MsRADIUSServiceType
     919         {
     920             get
     921             {
     922                 return "msRADIUSServiceType";
     923             }
     924         }
     925 
     926         public static string MsRASSavedCallbackNumber
     927         {
     928             get
     929             {
     930                 return "msRASSavedCallbackNumber";
     931             }
     932         }
     933 
     934         public static string MsRASSavedFramedIPAddress
     935         {
     936             get
     937             {
     938                 return "msRASSavedFramedIPAddress";
     939             }
     940         }
     941 
     942         public static string MsRASSavedFramedRoute
     943         {
     944             get
     945             {
     946                 return "msRASSavedFramedRoute";
     947             }
     948         }
     949 
     950         public static string MsSFU30GidNumber
     951         {
     952             get
     953             {
     954                 return "msSFU30GidNumber";
     955             }
     956         }
     957 
     958         public static string MsSFU30HomeDirectory
     959         {
     960             get
     961             {
     962                 return "msSFU30HomeDirectory";
     963             }
     964         }
     965 
     966         public static string MsSFU30LoginShell
     967         {
     968             get
     969             {
     970                 return "msSFU30LoginShell";
     971             }
     972         }
     973 
     974         public static string MsSFU30Name
     975         {
     976             get
     977             {
     978                 return "msSFU30Name";
     979             }
     980         }
     981 
     982         public static string MsSFU30NisDomain
     983         {
     984             get
     985             {
     986                 return "msSFU30NisDomain";
     987             }
     988         }
     989 
     990         public static string MsSFU30Password
     991         {
     992             get
     993             {
     994                 return "msSFU30Password";
     995             }
     996         }
     997 
     998         public static string MsSFU30UidNumber
     999         {
    1000             get
    1001             {
    1002                 return "msSFU30UidNumber";
    1003             }
    1004         }
    1005 
    1006         public static string Name
    1007         {
    1008             get
    1009             {
    1010                 return "name";
    1011             }
    1012         }
    1013 
    1014         public static string NTSecurityDescriptor
    1015         {
    1016             get
    1017             {
    1018                 return "nTSecurityDescriptor";
    1019             }
    1020         }
    1021 
    1022         public static string ObjectCategory
    1023         {
    1024             get
    1025             {
    1026                 return "objectCategory";
    1027             }
    1028         }
    1029 
    1030         public static string ObjectClass
    1031         {
    1032             get
    1033             {
    1034                 return "objectClass";
    1035             }
    1036         }
    1037 
    1038         public static string ObjectGUID
    1039         {
    1040             get
    1041             {
    1042                 return "objectGUID";
    1043             }
    1044         }
    1045 
    1046         public static string ObjectSid
    1047         {
    1048             get
    1049             {
    1050                 return "objectSid";
    1051             }
    1052         }
    1053 
    1054         public static string OtherFacsimileTelephoneNumber
    1055         {
    1056             get
    1057             {
    1058                 return "otherFacsimileTelephoneNumber";
    1059             }
    1060         }
    1061 
    1062         public static string OtherHomePhone
    1063         {
    1064             get
    1065             {
    1066                 return "otherHomePhone";
    1067             }
    1068         }
    1069 
    1070         public static string OtherIpPhone
    1071         {
    1072             get
    1073             {
    1074                 return "otherIpPhone";
    1075             }
    1076         }
    1077 
    1078         public static string OtherMobile
    1079         {
    1080             get
    1081             {
    1082                 return "otherMobile";
    1083             }
    1084         }
    1085 
    1086         public static string OtherPager
    1087         {
    1088             get
    1089             {
    1090                 return "otherPager";
    1091             }
    1092         }
    1093 
    1094         public static string OtherTelephone
    1095         {
    1096             get
    1097             {
    1098                 return "otherTelephone";
    1099             }
    1100         }
    1101 
    1102         public static string Pager
    1103         {
    1104             get
    1105             {
    1106                 return "pager";
    1107             }
    1108         }
    1109 
    1110         public static string Parent
    1111         {
    1112             get
    1113             {
    1114                 return "Parent";
    1115             }
    1116         }
    1117 
    1118         public static string PhysicalDeliveryOfficeName
    1119         {
    1120             get
    1121             {
    1122                 return "physicalDeliveryOfficeName";
    1123             }
    1124         }
    1125 
    1126         public static string PostalCode
    1127         {
    1128             get
    1129             {
    1130                 return "postalCode";
    1131             }
    1132         }
    1133 
    1134         public static string PostOfficeBox
    1135         {
    1136             get
    1137             {
    1138                 return "postOfficeBox";
    1139             }
    1140         }
    1141 
    1142         public static string GroupType
    1143         {
    1144             get
    1145             {
    1146                 return "groupType";
    1147             }
    1148         }
    1149 
    1150         public static string PrimaryGroupID
    1151         {
    1152             get
    1153             {
    1154                 return "primaryGroupID";
    1155             }
    1156         }
    1157 
    1158         public static string ProfilePath
    1159         {
    1160             get
    1161             {
    1162                 return "profilePath";
    1163             }
    1164         }
    1165 
    1166         public static string ProtocolSettings
    1167         {
    1168             get
    1169             {
    1170                 return "protocolSettings";
    1171             }
    1172         }
    1173 
    1174         public static string ProxyAddresses
    1175         {
    1176             get
    1177             {
    1178                 return "proxyAddresses";
    1179             }
    1180         }
    1181 
    1182         public static string PublicDelegates
    1183         {
    1184             get
    1185             {
    1186                 return "publicDelegates";
    1187             }
    1188         }
    1189 
    1190         public static string PublicDelegatesBL
    1191         {
    1192             get
    1193             {
    1194                 return "publicDelegatesBL";
    1195             }
    1196         }
    1197 
    1198         public static string PwdLastSet
    1199         {
    1200             get
    1201             {
    1202                 return "pwdLastSet";
    1203             }
    1204         }
    1205 
    1206         public static string SAMAccountName
    1207         {
    1208             get
    1209             {
    1210                 return "sAMAccountName";
    1211             }
    1212         }
    1213 
    1214         public static string ScriptPath
    1215         {
    1216             get
    1217             {
    1218                 return "scriptPath";
    1219             }
    1220         }
    1221 
    1222         public static string SeeAlso
    1223         {
    1224             get
    1225             {
    1226                 return "seeAlso";
    1227             }
    1228         }
    1229 
    1230         public static string SecurityProtocol
    1231         {
    1232             get
    1233             {
    1234                 return "securityProtocol";
    1235             }
    1236         }
    1237 
    1238         public static string SIDHistory
    1239         {
    1240             get
    1241             {
    1242                 return "sIDHistory";
    1243             }
    1244         }
    1245 
    1246         /// <summary>
    1247         /// (Surname)
    1248         /// </summary>
    1249         public static string Sn
    1250         {
    1251             get
    1252             {
    1253                 return "sn";
    1254             }
    1255         }
    1256 
    1257         /// <summary>
    1258         /// (State)
    1259         /// </summary>
    1260         public static string St
    1261         {
    1262             get
    1263             {
    1264                 return "st";
    1265             }
    1266         }
    1267 
    1268         public static string StreetAddress
    1269         {
    1270             get
    1271             {
    1272                 return "streetAddress";
    1273             }
    1274         }
    1275 
    1276         public static string SubmissionContLength
    1277         {
    1278             get
    1279             {
    1280                 return "submissionContLength";
    1281             }
    1282         }
    1283 
    1284         public static string TelephoneNumber
    1285         {
    1286             get
    1287             {
    1288                 return "telephoneNumber";
    1289             }
    1290         }
    1291 
    1292         public static string TextEncodedORAddress
    1293         {
    1294             get
    1295             {
    1296                 return "textEncodedORAddress";
    1297             }
    1298         }
    1299 
    1300         public static string Title
    1301         {
    1302             get
    1303             {
    1304                 return "title";
    1305             }
    1306         }
    1307 
    1308         public static string UnauthOrig
    1309         {
    1310             get
    1311             {
    1312                 return "unauthOrig";
    1313             }
    1314         }
    1315 
    1316         public static string UnauthOrigBL
    1317         {
    1318             get
    1319             {
    1320                 return "unauthOrigBL";
    1321             }
    1322         }
    1323 
    1324         public static string Url
    1325         {
    1326             get
    1327             {
    1328                 return "url";
    1329             }
    1330         }
    1331 
    1332         public static string UserAccountControl
    1333         {
    1334             get
    1335             {
    1336                 return "userAccountControl";
    1337             }
    1338         }
    1339 
    1340         public static string UserCertificate
    1341         {
    1342             get
    1343             {
    1344                 return "userCertificate";
    1345             }
    1346         }
    1347 
    1348         public static string UserParameters
    1349         {
    1350             get
    1351             {
    1352                 return "userParameters";
    1353             }
    1354         }
    1355 
    1356         public static string UserPrincipalName
    1357         {
    1358             get
    1359             {
    1360                 return "userPrincipalName";
    1361             }
    1362         }
    1363 
    1364         public static string UserWorkstations
    1365         {
    1366             get
    1367             {
    1368                 return "userWorkstations";
    1369             }
    1370         }
    1371 
    1372         public static string USNChanged
    1373         {
    1374             get
    1375             {
    1376                 return "uSNChanged";
    1377             }
    1378         }
    1379 
    1380         public static string USNCreated
    1381         {
    1382             get
    1383             {
    1384                 return "uSNCreated";
    1385             }
    1386         }
    1387 
    1388         public static string WhenChanged
    1389         {
    1390             get
    1391             {
    1392                 return "whenChanged";
    1393             }
    1394         }
    1395 
    1396         public static string WhenCreated
    1397         {
    1398             get
    1399             {
    1400                 return "whenCreated";
    1401             }
    1402         }
    1403 
    1404         public static string WWWHomePage
    1405         {
    1406             get
    1407             {
    1408                 return "wWWHomePage";
    1409             }
    1410         }
    1411 
    1412         public static string MsDRM_IdentityCertificate
    1413         {
    1414             get
    1415             {
    1416                 return "msDRM-IdentityCertificate";
    1417             }
    1418         }
    1419 
    1420         public static string MsDS_AllowedToActOnBehalfOfOtherIdentity
    1421         {
    1422             get
    1423             {
    1424                 return "msDS-AllowedToActOnBehalfOfOtherIdentity";
    1425             }
    1426         }
    1427 
    1428         public static string MsDS_AllowedToDelegateTo
    1429         {
    1430             get
    1431             {
    1432                 return "msDS-AllowedToDelegateTo";
    1433             }
    1434         }
    1435 
    1436         public static string MsDS_AssignedAuthNPolicy
    1437         {
    1438             get
    1439             {
    1440                 return "msDS-AssignedAuthNPolicy";
    1441             }
    1442         }
    1443 
    1444         public static string MsDS_AssignedAuthNPolicySilo
    1445         {
    1446             get
    1447             {
    1448                 return "msDS-AssignedAuthNPolicySilo";
    1449             }
    1450         }
    1451 
    1452         public static string MsDS_AuthenticatedAtDC
    1453         {
    1454             get
    1455             {
    1456                 return "msDS-AuthenticatedAtDC";
    1457             }
    1458         }
    1459 
    1460         public static string MsDS_Cached_Membership
    1461         {
    1462             get
    1463             {
    1464                 return "msDS-Cached-Membership";
    1465             }
    1466         }
    1467 
    1468         public static string MsDS_Cached_Membership_Time_Stamp
    1469         {
    1470             get
    1471             {
    1472                 return "msDS-Cached-Membership-Time-Stamp";
    1473             }
    1474         }
    1475 
    1476         public static string MsDS_CloudAnchor
    1477         {
    1478             get
    1479             {
    1480                 return "msDS-CloudAnchor";
    1481             }
    1482         }
    1483 
    1484         public static string MsDS_cloudExtensionAttribute1
    1485         {
    1486             get
    1487             {
    1488                 return "msDS-cloudExtensionAttribute1";
    1489             }
    1490         }
    1491 
    1492         public static string MsDS_cloudExtensionAttribute2
    1493         {
    1494             get
    1495             {
    1496                 return "msDS-cloudExtensionAttribute2";
    1497             }
    1498         }
    1499 
    1500         public static string MsDS_cloudExtensionAttribute3
    1501         {
    1502             get
    1503             {
    1504                 return "msDS-cloudExtensionAttribute3";
    1505             }
    1506         }
    1507 
    1508         public static string MsDS_cloudExtensionAttribute4
    1509         {
    1510             get
    1511             {
    1512                 return "msDS-cloudExtensionAttribute4";
    1513             }
    1514         }
    1515 
    1516         public static string MsDS_cloudExtensionAttribute5
    1517         {
    1518             get
    1519             {
    1520                 return "msDS-cloudExtensionAttribute5";
    1521             }
    1522         }
    1523 
    1524         public static string MsDS_cloudExtensionAttribute6
    1525         {
    1526             get
    1527             {
    1528                 return "msDS-cloudExtensionAttribute6";
    1529             }
    1530         }
    1531 
    1532         public static string MsDS_cloudExtensionAttribute7
    1533         {
    1534             get
    1535             {
    1536                 return "msDS-cloudExtensionAttribute7";
    1537             }
    1538         }
    1539 
    1540         public static string MsDS_cloudExtensionAttribute8
    1541         {
    1542             get
    1543             {
    1544                 return "msDS-cloudExtensionAttribute8";
    1545             }
    1546         }
    1547 
    1548         public static string MsDS_cloudExtensionAttribute9
    1549         {
    1550             get
    1551             {
    1552                 return "msDS-cloudExtensionAttribute9";
    1553             }
    1554         }
    1555 
    1556         public static string MsDS_cloudExtensionAttribute10
    1557         {
    1558             get
    1559             {
    1560                 return "msDS-cloudExtensionAttribute10";
    1561             }
    1562         }
    1563 
    1564         public static string MsDS_cloudExtensionAttribute11
    1565         {
    1566             get
    1567             {
    1568                 return "msDS-cloudExtensionAttribute11";
    1569             }
    1570         }
    1571 
    1572         public static string MsDS_cloudExtensionAttribute12
    1573         {
    1574             get
    1575             {
    1576                 return "msDS-cloudExtensionAttribute12";
    1577             }
    1578         }
    1579 
    1580         public static string MsDS_cloudExtensionAttribute13
    1581         {
    1582             get
    1583             {
    1584                 return "msDS-cloudExtensionAttribute13";
    1585             }
    1586         }
    1587 
    1588         public static string MsDS_cloudExtensionAttribute14
    1589         {
    1590             get
    1591             {
    1592                 return "msDS-cloudExtensionAttribute14";
    1593             }
    1594         }
    1595 
    1596         public static string MsDS_cloudExtensionAttribute15
    1597         {
    1598             get
    1599             {
    1600                 return "msDS-cloudExtensionAttribute15";
    1601             }
    1602         }
    1603 
    1604         public static string MsDS_cloudExtensionAttribute16
    1605         {
    1606             get
    1607             {
    1608                 return "msDS-cloudExtensionAttribute16";
    1609             }
    1610         }
    1611 
    1612         public static string MsDS_cloudExtensionAttribute17
    1613         {
    1614             get
    1615             {
    1616                 return "msDS-cloudExtensionAttribute17";
    1617             }
    1618         }
    1619 
    1620         public static string MsDS_cloudExtensionAttribute18
    1621         {
    1622             get
    1623             {
    1624                 return "msDS-cloudExtensionAttribute18";
    1625             }
    1626         }
    1627 
    1628         public static string MsDS_cloudExtensionAttribute19
    1629         {
    1630             get
    1631             {
    1632                 return "msDS-cloudExtensionAttribute19";
    1633             }
    1634         }
    1635 
    1636         public static string MsDS_cloudExtensionAttribute20
    1637         {
    1638             get
    1639             {
    1640                 return "msDS-cloudExtensionAttribute20";
    1641             }
    1642         }
    1643 
    1644         public static string MS_DS_ConsistencyChildCount
    1645         {
    1646             get
    1647             {
    1648                 return "mS-DS-ConsistencyChildCount";
    1649             }
    1650         }
    1651 
    1652         public static string MS_DS_ConsistencyGuid
    1653         {
    1654             get
    1655             {
    1656                 return "mS-DS-ConsistencyGuid";
    1657             }
    1658         }
    1659 
    1660         public static string MS_DS_CreatorSID
    1661         {
    1662             get
    1663             {
    1664                 return "mS-DS-CreatorSID";
    1665             }
    1666         }
    1667 
    1668         public static string MsDS_ExternalDirectoryObjectId
    1669         {
    1670             get
    1671             {
    1672                 return "msDS-ExternalDirectoryObjectId";
    1673             }
    1674         }
    1675 
    1676         public static string MsDS_FailedInteractiveLogonCount
    1677         {
    1678             get
    1679             {
    1680                 return "msDS-FailedInteractiveLogonCount";
    1681             }
    1682         }
    1683 
    1684         public static string MsDS_FailedInteractiveLogonCountAtLastSuccessfulLogon
    1685         {
    1686             get
    1687             {
    1688                 return "msDS-FailedInteractiveLogonCountAtLastSuccessfulLogon";
    1689             }
    1690         }
    1691 
    1692         public static string MsDS_GeoCoordinatesAltitude
    1693         {
    1694             get
    1695             {
    1696                 return "msDS-GeoCoordinatesAltitude";
    1697             }
    1698         }
    1699 
    1700         public static string MsDS_GeoCoordinatesLatitude
    1701         {
    1702             get
    1703             {
    1704                 return "msDS-GeoCoordinatesLatitude";
    1705             }
    1706         }
    1707 
    1708         public static string MsDS_GeoCoordinatesLongitude
    1709         {
    1710             get
    1711             {
    1712                 return "msDS-GeoCoordinatesLongitude";
    1713             }
    1714         }
    1715 
    1716         public static string MsDS_HABSeniorityIndex
    1717         {
    1718             get
    1719             {
    1720                 return "msDS-HABSeniorityIndex";
    1721             }
    1722         }
    1723 
    1724         public static string MsDS_KeyCredentialLink
    1725         {
    1726             get
    1727             {
    1728                 return "msDS-KeyCredentialLink";
    1729             }
    1730         }
    1731 
    1732         public static string MsDS_LastFailedInteractiveLogonTime
    1733         {
    1734             get
    1735             {
    1736                 return "msDS-LastFailedInteractiveLogonTime";
    1737             }
    1738         }
    1739 
    1740         public static string MsDS_LastKnownRDN
    1741         {
    1742             get
    1743             {
    1744                 return "msDS-LastKnownRDN";
    1745             }
    1746         }
    1747 
    1748         public static string MsDS_LastSuccessfulInteractiveLogonTime
    1749         {
    1750             get
    1751             {
    1752                 return "msDS-LastSuccessfulInteractiveLogonTime";
    1753             }
    1754         }
    1755 
    1756         public static string MsDS_NcType
    1757         {
    1758             get
    1759             {
    1760                 return "msDS-NcType";
    1761             }
    1762         }
    1763 
    1764         public static string MsDS_ObjectSoa
    1765         {
    1766             get
    1767             {
    1768                 return "msDS-ObjectSoa";
    1769             }
    1770         }
    1771 
    1772         public static string MsDS_PhoneticCompanyName
    1773         {
    1774             get
    1775             {
    1776                 return "msDS-PhoneticCompanyName";
    1777             }
    1778         }
    1779 
    1780         public static string MsDS_PhoneticDepartment
    1781         {
    1782             get
    1783             {
    1784                 return "msDS-PhoneticDepartment";
    1785             }
    1786         }
    1787 
    1788         public static string MsDS_PhoneticDisplayName
    1789         {
    1790             get
    1791             {
    1792                 return "msDS-PhoneticDisplayName";
    1793             }
    1794         }
    1795 
    1796         public static string MsDS_PhoneticFirstName
    1797         {
    1798             get
    1799             {
    1800                 return "msDS-PhoneticFirstName";
    1801             }
    1802         }
    1803 
    1804         public static string NtSecurityDescriptor
    1805         {
    1806             get
    1807             {
    1808                 return "ntSecurityDescriptor";
    1809             }
    1810         }
    1811 
    1812         public static string ThumbnailPhoto
    1813         {
    1814             get
    1815             {
    1816                 return "thumbnailPhoto";
    1817             }
    1818         }
    1819 
    1820         public static string IsCriticalSystemObject
    1821         {
    1822             get
    1823             {
    1824                 return "isCriticalSystemObject";
    1825             }
    1826         }       
    1827     }
    1828 }
    AD属性常量类
  • 相关阅读:
    正敲着代码,鼠标坏了!
    DB2 OLAP函数的使用(转)
    修剪矩形
    classpath和环境变量设置(转)
    MyEclipse断点调试JavaScript浅析(转)
    Onunload和onbeforeunload方法的异同
    db2中的coalesce函数(转)
    db2:根据TABLEID找table
    [转]DB2行列转换
    DB2删除数据时的小技巧
  • 原文地址:https://www.cnblogs.com/lishidefengchen/p/8036290.html
Copyright © 2011-2022 走看看