'宣言
Public Overridable Function SetFieldValue( _
ByVal As System.String, _
ByVal As System.Object _
) As System.Boolean
public virtual System.bool SetFieldValue(
System.string ,
System.object
)
パラメータ
- fieldName
- 設定するフィールドの名前。
- value
- フィールドに割り当てる値。
戻り値の型
値が変更された場合は true、そうでない場合は false。