ManagementPath.DefaultPath 屬性

定義

取得或設定範圍為指定時的所用的預設範圍路徑。 默認範圍是 \\.\root\cimv2,而且可以藉由設定此屬性來變更。

public:
 static property System::Management::ManagementPath ^ DefaultPath { System::Management::ManagementPath ^ get(); void set(System::Management::ManagementPath ^ value); };
public static System.Management.ManagementPath DefaultPath { get; set; }
static member DefaultPath : System.Management.ManagementPath with get, set
Public Shared Property DefaultPath As ManagementPath

屬性值

傳回ManagementPath,內含未指定範圍時所用的預設範圍 (命名空間) 路徑。

備註

屬性值

根據預設,範圍值為 \\.\root\cimv2,如果預設值已變更,則為不同的範圍路徑。

.NET Framework 安全性

完全信任立即呼叫者。 這個成員無法供部分信任的程式碼使用。 如需詳細資訊,請參閱 使用部分信任程式代碼的連結庫

適用於