共用方式為


ResourceMonitoringOptions.SourceIpAddresses 屬性

定義

取得或設定來源 IPv4 位址清單,以追蹤遙測中的連線。

public:
 property System::Collections::Generic::ISet<System::String ^> ^ SourceIpAddresses { System::Collections::Generic::ISet<System::String ^> ^ get(); void set(System::Collections::Generic::ISet<System::String ^> ^ value); };
[System.ComponentModel.DataAnnotations.Required]
public System.Collections.Generic.ISet<string> SourceIpAddresses { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.SourceIpAddresses : System.Collections.Generic.ISet<string> with get, set
Public Property SourceIpAddresses As ISet(Of String)

屬性值

屬性

備註

此屬性是 Windows 特定的,而且不會影響其他作業系統。

適用於