構文
string IgetStringAttribute(string attributeName);
パラメーター
戻り値
属性の値が格納されている string。
例外
例
// Call the String method and get the attribute String stringValue = "declined"; String stringAttributeName = "SalesOrder"; stringValue = exampleBusObj.IgetStringAttribute(stringAttributeName);