ビジネス・オブジェクト内の属性をブランク値に設定します。
構文
void IsetAttributeToBlank(string attributeName);
パラメーター
戻り値
なし。
例外
例
// Call the set-attribute-to-blank method String attributeName = "checkType"; exampleBusObj.IsetAttributeToBlank(attributeName);