Share via


SPDeploymentSettings.LogFilePath - Propriété

Obtient ou définit une valeur spécifiant le chemin d'accès complet dans le fichier journal de migration de contenu.

Espace de noms :  Microsoft.SharePoint.Deployment
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property LogFilePath As String
    Get
    Set
'Utilisation
Dim instance As SPDeploymentSettings
Dim value As String

value = instance.LogFilePath

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

Valeur de propriété

Type : System.String
string contenant le chemin d'accès de fichier. La valeur par défaut est une chaîne de une référence Null (Rien dans Visual Basic) .

Remarques

Lorsque vous utilisez l'utilitaire stsadm, ce journal est créé par défaut et nommé [filename].[export|import] .log.

Voir aussi

Référence

SPDeploymentSettings classe

SPDeploymentSettings - Membres

Microsoft.SharePoint.Deployment - Espace de noms