SPDeploymentSettings.ErrorLogFilePath property
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ErrorLogFilePath As String
Get
Set
'Usage
Dim instance As SPDeploymentSettings
Dim value As String
value = instance.ErrorLogFilePath
instance.ErrorLogFilePath = value
public string ErrorLogFilePath { get; set; }
Property value
Type: System.String