GetCalculatedValue Method
GetCalculatedValue(int, out object)
Declaration
protected bool GetCalculatedValue(int propKey, out object value)
Protected Function GetCalculatedValue(propKey As Integer, ByRef value As Object) As Boolean
Parameters
| Type |
Name |
Description |
| int |
propKey |
|
| object |
value |
|
Returns
GetCalculatedValue(int)
Declaration
protected object GetCalculatedValue(int propKey)
Protected Function GetCalculatedValue(propKey As Integer) As Object
Parameters
| Type |
Name |
Description |
| int |
propKey |
|
Returns