CustomFieldDataSet.CustomFieldsRow.SetAPP_ENTITY_UIDNull method
Sets the APP_ENTITY_UID property to a null reference (Nothing in Visual Basic).
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub SetAPP_ENTITY_UIDNull
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
instance.SetAPP_ENTITY_UIDNull()
public void SetAPP_ENTITY_UIDNull()
See also
Reference
CustomFieldDataSet.CustomFieldsRow class