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