DirectoryLocal.RelativePath Property
Optional. The path relative to Name that contains the directory to monitor.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string RelativePath { get; set; }
public:
property String^ RelativePath {
String^ get();
void set(String^ value);
}
member RelativePath : string with get, set
Public Property RelativePath As String
Property Value
Type: System.String
See Also
DirectoryLocal Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top