NbGroupUpdateWithJson Method |
JSON Object で NbGroup を更新
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbGroup UpdateWithJson(
NbJsonObject json
)
Public Function UpdateWithJson (
json As NbJsonObject
) As NbGroup
public:
NbGroup^ UpdateWithJson(
NbJsonObject^ json
)
member UpdateWithJson :
json : NbJsonObject -> NbGroup
Parameters
- json
- Type: Nec.NebulaNbJsonObject
JSON
Return Value
Type:
NbGroup更新したグループ情報
Exceptions Version Information Core
Supported in: 1.0
See Also