Compartilhar via


ExternalHtmlResourceElement.FileName property

Obtém ou define o nome do arquivo de recurso HTML externo a ser processado.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaração
Public Property FileName As String
    Get
    Set
'Uso
Dim instance As ExternalHtmlResourceElement
Dim value As String

value = instance.FileName

instance.FileName = value
public string FileName { get; set; }

Property value

Type: System.String

Ver também

Referência

ExternalHtmlResourceElement class

ExternalHtmlResourceElement members

Microsoft.SharePoint.Portal.WebControls namespace