Udostępnij za pośrednictwem


PropFindResponse.IsDirectory Property

 

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