Statusing.ReadTaskDataForAwiopJSON 方法

命名空间:  WebSvcStatusing
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadTaskDataForAwiopJSON", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadTaskDataForAwiopJSON ( _
    assnUid As Guid _
) As String
用法
Dim instance As Statusing
Dim assnUid As Guid
Dim returnValue As String

returnValue = instance.ReadTaskDataForAwiopJSON(assnUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadTaskDataForAwiopJSON", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string ReadTaskDataForAwiopJSON(
    Guid assnUid
)

参数

返回值

类型:System.String

另请参阅

引用

Statusing 类

Statusing 成员

WebSvcStatusing 命名空间