Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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