Edit

Share via


ResourceMonitoringOptions.SourceIpAddresses Property

Definition

Gets or sets the list of source IPv4 addresses to track the connections for in telemetry.

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)

Property Value

Attributes

Remarks

This property is Windows-specific and has no effect on other operating systems.

Applies to