Click or drag to resize
NbObjectItem Property
インデクサ

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public Object this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
キー

Return Value

Type: Object
値。該当キーがない場合は null。
Exceptions
ExceptionCondition
ArgumentNullExceptionキーがnull
ArgumentException不正文字列を含むキーを検出
Remarks
には、空の文字、先頭に"$"が含まれる文字列、もしくは"."が含まれる文字列は使用できない。
Version Information

Core

Supported in: 1.0
See Also