WorkflowDefinition.SetProperty メソッド
名前空間: Microsoft.SharePoint.Client.WorkflowServices
アセンブリ: Microsoft.SharePoint.Client.WorkflowServices (Microsoft.SharePoint.Client.WorkflowServices.dll 内)
構文
'宣言
Public Sub SetProperty ( _
propertyName As String, _
value As String _
)
'使用
Dim instance As WorkflowDefinition
Dim propertyName As String
Dim value As String
instance.SetProperty(propertyName, value)
public void SetProperty(
string propertyName,
string value
)
パラメーター
- propertyName
型: System.String
- value
型: System.String