Click or drag to resize

IVIZZARDServiceUpdatePropertyValue Method

속성 값 추가/변경

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void UpdatePropertyValue(
	int NodeIndex,
	string Key,
	string Value,
	bool Recursive,
	int Target = 0
)

Parameters

NodeIndex
Type: SystemInt32
노드 인덱스
Key
Type: SystemString
Key
Value
Type: SystemString
Value
Recursive
Type: SystemBoolean
하위 Object 포함 여부
Target (Optional)
Type: SystemInt32
0: 지정된 노드, 1: 선택된 노드
See Also