Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a value that indicates whether the response is a directory.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool IsDirectory { get; private set; }
public:
property bool IsDirectory {
bool get();
private: void set(bool value);
}
Public Property IsDirectory As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
See Also
PropFindResponse Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top