UiPath Documentation
activities
latest
false
IT 自动化活动
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

获取对象属性

“获取对象属性”活动,如果 Active Directory 中的**单个属性**字段为空,该活动将检索指定对象的所有属性及其值。

UiPath.ActiveDirectoryDomainServices.Activities.GetObjectProperties

描述

Retrieves all properties and their values for the specified object if the SingleProperty field is empty. If the SingleProperty parameter is set, then only the value for a single property is retrieved.

项目兼容性

Windows - Legacy | Windows

配置

常见

  • “显示名称”- 活动的显示名称。

输入

  • DistinguishedName - The distinguished name of the object.
  • SingleProperty - The name of a specific property. If not specified, all properties will be returned.
  • Connection - Establish the connection that needs to be used. There are three available options, Auto, Primary, and Secondary. The default option is Auto. When set to Auto, the activity tries to automatically resolve the connection from the object’s distinguished name.

其他

  • “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。

输出

  • AllProperties - A dictionary containing the names and values for all properties of the given object.
  • SinglePropertyValue - The value of the requested single property.
  • 描述
  • 项目兼容性
  • 配置
  • 常见
  • 输入
  • 其他
  • 输出

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新