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 or sets the GUID of the corresponding field in project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property SYNC_PROJECT_FIELD_UID As Guid
Get
Set
'Usage
Dim instance As SyncDataSet.SyncFieldMappingsRow
Dim value As Guid
value = instance.SYNC_PROJECT_FIELD_UID
instance.SYNC_PROJECT_FIELD_UID = value
public Guid SYNC_PROJECT_FIELD_UID { get; set; }
Property value
Type: System.Guid
Returns Guid.
See also
Reference
SyncDataSet.SyncFieldMappingsRow class