WorkflowActivities.ReadGuidProperty 方法
通过使用 SharePoint SPFieldType.Guid类型中读取的指定的项目属性的值。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Function ReadGuidProperty ( _
projectId As Guid, _
propertyId As String _
) As ClientResult(Of Guid)
用法
Dim instance As WorkflowActivities
Dim projectId As Guid
Dim propertyId As String
Dim returnValue As ClientResult(Of Guid)
returnValue = instance.ReadGuidProperty(projectId, _
propertyId)
[RemoteAttribute]
public ClientResult<Guid> ReadGuidProperty(
Guid projectId,
string propertyId
)
参数
projectId
类型:System.Guid项目的 GUID。
propertyId
类型:System.String若要读取属性的 GUID。
返回值
类型:Microsoft.SharePoint.Client.ClientResult<Guid>
Guid属性的值。
备注
项目服务器工作流程可以调用ReadGuidProperty方法。通过使用WorkflowDesignerField.Id属性,可以从WorkflowDesigner.Fields集合中检索有效的propertyId值。ReadGuidProperty方法仅适用于其中的WorkflowDesignerField.SPFieldType属性,是SPFieldType.Guid的字段。