You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Key, Description("Path to website location (IIS or WebAdministration format).")] String WebsitePath;
[Key, Description("Filter used to locate property to update.")] String Filter;
[Key, Description("Name of the property to update.")] String PropertyName;
[Key, Description("Location is used to update locked sections in the root config.")] String Location;
[Write, Description("Indicates if the property and value should be present or absent. Defaults to Present."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
[Write, Description("Value of the property to update.")] String Value;