FormConfigRestoreLoadPropertyManual Method |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate static bool LoadPropertyManual(
Object c,
string propertyName,
Object value
)
Private Shared Function LoadPropertyManual (
c As Object,
propertyName As String,
value As Object
) As Boolean
private:
static bool LoadPropertyManual(
Object^ c,
String^ propertyName,
Object^ value
)
private static member LoadPropertyManual :
c : Object *
propertyName : string *
value : Object -> bool
Parameters
- c
- Type: SystemObject
- propertyName
- Type: SystemString
- value
- Type: SystemObject
Return Value
Type:
Boolean
See Also