PrincipalContext.Name 属性

定义

获取构造函数中指定作为 name 参数的值。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

属性值

上下文类型的域或服务器 Domain 的名称、上下文类型的主机名 Machine 、托管 ApplicationDirectory 实例的服务器的名称,或者 null 如果未设置名称,则为 。

适用于