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 department for a departmental custom field.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MD_PROP_DEPARTMENT_UID As Guid
Get
Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Guid
value = instance.MD_PROP_DEPARTMENT_UID
instance.MD_PROP_DEPARTMENT_UID = value
public Guid MD_PROP_DEPARTMENT_UID { get; set; }
Property value
Type: System.Guid
The GUID of a department.
See also
Reference
CustomFieldDataSet.CustomFieldsRow class