構文
string IgetLongTextAttribute(string attributeName);
パラメーター
戻り値
ストリングとしての属性の longtext 値。
例外
例
// Call the LongText method and get the attribute long longValue = "net30"; String longAttributeName = "Customer"; longValue = exampleBusObj.IgetLongTextAttribute(longAttributeName);