SyncErrorsDataSet.SyncErrorsRow.SYNC_ERROR_XML_DATA property
Gets the XML string that contains additional error information. Read-only.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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