DAVProperty Output Object (Get-WebDAV Cmdlet)

This object is created after a property has been retrieved.

Syntax

Object DAVProperty {
   string Name;
   string NamespaceURI;
   string Value;
   string Status;
}

Remarks

For each property in a WebDAV resource, a DAVProperty will be returned with the Name and Value.

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]