CustomFields.ReadCustomFieldsByMdPropUids Method
Gets the custom field definitions for the specified custom field UIDs.
Namespace: WebSvcCustomFields
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/CustomFields/ReadCustomFieldsByMdPropUids", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/CustomFields/", _
ResponseNamespace := "http://schemas.microsoft.com/office/project/server/webservices/CustomFields/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadCustomFieldsByMdPropUids ( _
md_prop_uids As Guid(), _
autoCheckOut As Boolean _
) As CustomFieldDataSet
'Usage
Dim instance As CustomFields
Dim md_prop_uids As Guid()
Dim autoCheckOut As Boolean
Dim returnValue As CustomFieldDataSet
returnValue = instance.ReadCustomFieldsByMdPropUids(md_prop_uids, _
autoCheckOut)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/CustomFields/ReadCustomFieldsByMdPropUids", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/CustomFields/",
ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/CustomFields/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public CustomFieldDataSet ReadCustomFieldsByMdPropUids(
Guid[] md_prop_uids,
bool autoCheckOut
)
Parameters
- md_prop_uids
Type: []
Array of custom field GUIDs
- autoCheckOut
Type: System.Boolean
If true, check out the custom fields for modification.
Return Value
Type: WebSvcCustomFields.CustomFieldDataSet
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Create a new proposal. Global permission. |
|
Connect to the Project Server database from Project Professional. Global permission. |
|
Modify the definitions of enterprise custom fields and lookup table values. Global permission. |
|
Manage Project Server users and groups. Global permission. |
|
View resource allocation data. Global permission. |
|
View the resource plan. Global permission. |