ビジネス・オブジェクト用の動詞を設定します。
構文
void IsetVerb(string verb);
パラメーター
戻り値
なし。
例外
例
// Set the verb String verb = "Create"; exampleBusObj.IsetVerb(verb);