SyncErrorsDataSet.SyncErrorsRow.SYNC_ERROR_XML_DATA Property
Gets the XML string that contains additional error information. Read-only.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property SYNC_ERROR_XML_DATA As String
Get
Set
'Usage
Dim instance As SyncErrorsDataSet.SyncErrorsRow
Dim value As String
value = instance.SYNC_ERROR_XML_DATA
instance.SYNC_ERROR_XML_DATA = value
public string SYNC_ERROR_XML_DATA { get; set; }
Property Value
Type: System.String
See Also
Reference
SyncErrorsDataSet.SyncErrorsRow Class