Share via


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

プロパティ値

String

警告の定義の URL です。

属性

適用対象