SyncDataSet.SyncFieldMappingsRow.SYNC_WSS_FIELD_NAME property
Gets or sets the name of the field in WSS.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property SYNC_WSS_FIELD_NAME As String
Get
Set
'Usage
Dim instance As SyncDataSet.SyncFieldMappingsRow
Dim value As String
value = instance.SYNC_WSS_FIELD_NAME
instance.SYNC_WSS_FIELD_NAME = value
public string SYNC_WSS_FIELD_NAME { get; set; }
Property value
Type: System.String
Returns String.
See also
Reference
SyncDataSet.SyncFieldMappingsRow class