9 references to SetProperty
System.DirectoryServices (9)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (9)
334SetProperty(PropertyManager.LdapDisplayName, _ldapDisplayName); 337SetProperty(PropertyManager.AttributeID, _oid); 346SetProperty(PropertyManager.Description, _description); 384SetProperty(PropertyManager.SchemaIDGuid, _schemaGuidBinaryForm); 508SetProperty(PropertyManager.Cn, value); 555SetProperty(PropertyManager.AttributeID, value); 627SetProperty(PropertyManager.Description, value); 953SetProperty(PropertyManager.IsDefunct, value); 1076SetProperty(PropertyManager.SchemaIDGuid, (value.Equals(Guid.Empty)) ? null : value.ToByteArray());