ExternalHtmlResourceElement.HtmlElement Property
Gets or sets the type of the external resource to be rendered.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property HtmlElement As HtmlElementType
Get
Set
'Usage
Dim instance As ExternalHtmlResourceElement
Dim value As HtmlElementType
value = instance.HtmlElement
instance.HtmlElement = value
public HtmlElementType HtmlElement { get; set; }
Property Value
Type: HtmlElementType
See Also
Reference
ExternalHtmlResourceElement Class