属性を string 値に設定します。
構文
void IsetStringAttribute(string attributeName, string value);
パラメーター
戻り値
なし。
例外
例
// Call the String method String stringAttribute = "CustomerName"; String value = "Greatest Customer"; exampleBusObj.IsetStringAttribute(stringAttribute, value);