CustomFieldDataSet.CustomFieldsRow.MD_PROP_DEPARTMENT_UID 屬性
取得或設定部門自訂欄位的部門的 GUID。
命名空間: WebSvcCustomFields
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Property MD_PROP_DEPARTMENT_UID As Guid
Get
Set
'用途
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; }
屬性值
類型:System.Guid
部門的 GUID。
請參閱
參照
CustomFieldDataSet.CustomFieldsRow 類別