FindFolderResponseMessageType.RootFolder Property
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property RootFolder As FindFolderParentType
Get
Set
'Usage
Dim instance As FindFolderResponseMessageType
Dim value As FindFolderParentType
value = instance.RootFolder
instance.RootFolder = value
public FindFolderParentType RootFolder { get; set; }
Property Value
Type: Microsoft.SharePoint.Portal.WebControls.FindFolderParentType
See Also
Reference
FindFolderResponseMessageType Class