次の方法で共有


ManagementBaseObject.GetPropertyValue メソッド

プロパティの値に対する等価なアクセサを取得します。

Public Function GetPropertyValue( _
   ByVal propertyName As String _) As Object
[C#]
public object GetPropertyValue(stringpropertyName);
[C++]
public: Object* GetPropertyValue(String* propertyName);
[JScript]
public function GetPropertyValue(
   propertyName : String) : Object;

パラメータ

  • propertyName
    関連するプロパティの名前。

戻り値

指定したプロパティの値。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ManagementBaseObject クラス | ManagementBaseObject メンバ | System.Management 名前空間