publicSystem.DirectoryServices.PropertyCollection Properties {get; } 属性值 PropertyCollection 一个PropertyCollection对象,包含此项所设属性。 注解 如果未初始化 属性,Properties请调用 ADSI 接口IADs::Get方法从缓存中检索值。 如果尚未加载下层缓存,IADs::Get隐式调用IADs::GetInfo。 此方法从基础目录存储加载尚未...
DirectoryEntry root =newDirectoryEntry(@"IIS://localhost/W3SVC");stringPInfo ="";foreach(stringelmentNameinroot.Properties.PropertyNames) { PropertyValueCollection valueCollection=root.Properties[elmentName];for(inti =0; i < valueCollection.Count; i++) { PInfo+= elmentName +"["+ i.ToString()...
DirectoryEntry root =newDirectoryEntry(@"IIS://localhost/W3SVC");stringPInfo ="";foreach(stringelmentNameinroot.Properties.PropertyNames) { PropertyValueCollection valueCollection=root.Properties[elmentName];for(inti =0; i < valueCollection.Count; i++) { PInfo+= elmentName +"["+ i.ToString()...
Console.WriteLine("object: {0}", de.Path); PropertyCollection pc = de.Properties;foreach(stringpropNameinpc.PropertyNames) {foreach(objectvalueinde.Properties[propName]) Console.WriteLine(" property = {0} value = {1}", propName,value); } } } 开发者ID:C#程序员,...
接口 Collection Comparator Enumeration EventListener Formattable Iterator List ListIterator Map Map.Entry Observer Queue RandomAccess Set SortedMap SortedSet 类 AbstractCollection AbstractList AbstractMap AbstractQueue Abstract。
Properties属性:获取目录项的属性集合。 Invoke方法:调用目录项的方法。 DeleteTree方法:删除目录项及其下的所有子目录项。 CommitChanges方法:将对目录项的修改保存到AD中。 RefreshCache方法:刷新目录项的缓存。 NativeObject属性:获取目录项的原生COM对象。 使用DirectoryEntry类可以进行一系列操作,如创建用户、删除用户、...
"Settings" in DLL project properties and app.config file "The function evaluation requires all threads to run" while accessing music library through wmp.dll "The left-hand side of an assignment must be a variable, property or indexer". Help? "The remote server returned an error: (401) Unau...
第一种是调用Properties集合的Add方法,如: dir.Properties["AccessRead"].Add(true); 第二种是对第一个索引值赋值: dir.Properties["AccessRead"][0] = true; 这两种方法都是可行的。具体是要看你的喜好了。 在进行赋值之前我们还是要确定要要赋值的目标吧:)这里我们使用DirectoryEntries类的Find方法,如: ...
DomainXmlSerializerDirectoryEntry Properties 项目 2007/12/31 本文内容 Properties See Also The DomainXmlSerializerDirectoryEntry type exposes the following properties.Properties展开表 NameDescription DomainClassId Gets the domain class ID. SerializerType Gets the type of DomainClassXmlSerializer for the ...
Properties 取得這個 DirectoryEntry 物件的 Active Directory 網域服務屬性。 SchemaClassName 取得這個 DirectoryEntry 物件的結構描述類別名稱。 SchemaEntry 取得這個項目的結構描述物件。 Site 取得或設定 Component 的ISite。 (繼承來源 Component) UsePropertyCache 取得或設定值,指出在每一項作業之後,是否應該認可...