Send.OperationName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要呼叫的服務作業名稱。
public:
property System::String ^ OperationName { System::String ^ get(); void set(System::String ^ value); };
public string OperationName { get; set; }
member this.OperationName : string with get, set
Public Property OperationName As String
屬性值
服務作業名稱。
備註
作業名稱會用於建構 Action 屬性的預設值 (如果尚未設定 Action 屬性)。 您必須指定這個屬性。 否則會擲回錯誤。