Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void SetValue(
string name,
Object value,
string ownerID,
string ownerLevel
)
Public Sub SetValue (
name As String,
value As Object,
ownerID As String,
ownerLevel As String
)
Parameters
- name
- Type: SystemString
The name of the value to set. - value
- Type: SystemObject
The value to which to set it. - ownerID
- Type: SystemString
The ID owner of the item. - ownerLevel
- Type: SystemString
The level of the owner of the item.
See Also