SyncDataSet.SyncValueTranslationsRow.SYNC_WSS_FIELD_UID-Eigenschaft
Ruft ab oder legt die GUID eines Felds in der SharePoint-Aufgabenliste.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property SYNC_WSS_FIELD_UID As Guid
Get
Set
'Usage
Dim instance As SyncDataSet.SyncValueTranslationsRow
Dim value As Guid
value = instance.SYNC_WSS_FIELD_UID
instance.SYNC_WSS_FIELD_UID = value
public Guid SYNC_WSS_FIELD_UID { get; set; }
Eigenschaftswert
Typ: System.Guid
Siehe auch
Referenz
SyncDataSet.SyncValueTranslationsRow Klasse