AlertDefinition.SourceUrl プロパティ

定義

アラート定義のURLを取得します。

public:
 property System::String ^ SourceUrl { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string SourceUrl { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SourceUrl : string with get, set
Public Property SourceUrl As String

プロパティ値

アラート定義のURLです。

属性

適用対象