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