共用方式為


ServiceOperationParameter.CustomState 屬性

定義

開發人員針對服務作業參數所定義的自定義狀態資訊。

public:
 property System::Object ^ CustomState { System::Object ^ get(); void set(System::Object ^ value); };
public object CustomState { get; set; }
member this.CustomState : obj with get, set
Public Property CustomState As Object

屬性值

開發人員所定義的自訂狀態資訊。

適用於