ApplicationPartition.SecurityReferenceDomain 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置此应用程序分区的安全性引用域。
public:
property System::String ^ SecurityReferenceDomain { System::String ^ get(); void set(System::String ^ value); };
public string SecurityReferenceDomain { get; set; }
public string? SecurityReferenceDomain { get; set; }
member this.SecurityReferenceDomain : string with get, set
Public Property SecurityReferenceDomain As String
属性值
此应用程序的安全性引用域的识别名。
例外
调用基础目录服务导致错误。
目标服务器忙或不可用。
ApplicationPartition 对象尚未提交到基础目录存储区(仅适用于设置)。
应用程序分区是一个 AD LDS 应用程序分区。
已释放此对象。