Compartilhar via


SPFile.CharSetName property

Obtém o nome do conjunto de caracteres usado no arquivo.

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

Syntax

'Declaração
Public ReadOnly Property CharSetName As String
    Get
'Uso
Dim instance As SPFile
Dim value As String

value = instance.CharSetName
public string CharSetName { get; }

Property value

Type: System.String
Uma seqüência de caracteres que contém o nome do conjunto de caracteres usado no arquivo.

Ver também

Referência

SPFile class

SPFile members

Microsoft.SharePoint namespace