NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

DAVPropertyPatch Output Object (Set-WebDAV Cmdlet)

This object is returned for each property that was patched.

Syntax

Object DAVPropertyPatch {
   string Name;
   string Value;
}

Remarks

When set of properties on the server is updated, the DAVPropertyPatch object is returned for each of those properties.

Name contains the name of the property.

Value contains the new value that was assigned to the property.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]
 

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]