次の方法で共有


IncidentListResponse.Value プロパティ

Optional. Incident collection.

名前空間: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
アセンブリ: Microsoft.WindowsAzure.Management.Monitoring (Microsoft.WindowsAzure.Management.Monitoring.dll)

使用方法

'使用
Dim instance As IncidentListResponse
Dim value As IList(Of Incident)

value = instance.Value

instance.Value = value

構文

'宣言
Public Property Value As IList(Of Incident)
public IList<Incident> Value { get; set; }
public:
property IList<Incident^>^ Value {
    IList<Incident^>^ get ();
    void set (IList<Incident^>^ value);
}
/** @property */
public IList<Incident> get_Value ()

/** @property */
public void set_Value (IList<Incident> value)
public function get Value () : IList<Incident>

public function set Value (value : IList<Incident>)

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーはすべてスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

ターゲット プラットフォーム

関連項目

リファレンス

IncidentListResponse クラス
IncidentListResponse のメンバー
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models 名前空間