DirectoryAbsolute.Path Property

 

Optional. The absolute path to the directory to monitor.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public string Path { get; set; }
public:
property String^ Path {
    String^ get();
    void set(String^ value);
}
member Path : string with get, set
Public Property Path As String

Property Value

Type: System.String

See Also

DirectoryAbsolute Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top