構文
void IsetLongTextAttribute(string attributeName, string value);
パラメーター
戻り値
なし。
例外
例
// Call the LongText method String longTextAttributeName = "Description"; String value = "A very long text" exampleBusObj.IsetLongTextAttribute(longTextAttributeName, value);