次の方法で共有


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 名前空間