ManagementScope.Options 属性

定义

获取或设置有关创建 WMI 连接的选项。

public:
 property System::Management::ConnectionOptions ^ Options { System::Management::ConnectionOptions ^ get(); void set(System::Management::ConnectionOptions ^ value); };
public System.Management.ConnectionOptions Options { get; set; }
member this.Options : System.Management.ConnectionOptions with get, set
Public Property Options As ConnectionOptions

属性值

返回一个 ConnectionOptions,它包含用于建立 WMI 连接的选项。

注解

属性值

WMI 连接的有效 ConnectionOptions 包含选项。

.NET Framework 安全性

对直接调用方的完全信任。 此成员不能由部分信任的代码使用。 有关详细信息,请参阅 使用部分受信任的代码中的库

适用于