Compartilhar via


SPScriptSafeDomainsCollection.ValidateAndNormalizeValue method

Valida e normaliza um domínio.

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

Syntax

'Declaração
Protected Friend Overrides Function ValidateAndNormalizeValue ( _
    item As String _
) As String
'Uso
Dim item As String
Dim returnValue As String

returnValue = Me.ValidateAndNormalizeValue(item)
protected internal override string ValidateAndNormalizeValue(
    string item
)

Parâmetros

Valor retornado

Type: System.String
O domínio validado e normalizado.

Ver também

Referência

SPScriptSafeDomainsCollection class

SPScriptSafeDomainsCollection members

Microsoft.SharePoint namespace