CUIDataSource.ResultDocument Property
Gets or sets the document that results after customizations are applied to it.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Protected Property ResultDocument As RibbonDocument
Get
Set
'Usage
Dim value As RibbonDocument
value = Me.ResultDocument
Me.ResultDocument = value
protected RibbonDocument ResultDocument { get; set; }
Property Value
Type: Microsoft.Web.CommandUI.RibbonDocument
The XmlDocument object that represents the result document.