ExtensionsMethodsGetPropValue Method
Namespace: PCBI_InstanceSyncAssembly: PCBI_InstanceSync (in PCBI_InstanceSync.dll) Version: 16.0.0.0 (16.0.0.0)
public static Object GetPropValue(
this Object src,
string propName
)
<ExtensionAttribute>
Public Shared Function GetPropValue (
src As Object,
propName As String
) As Object
public:
[ExtensionAttribute]
static Object^ GetPropValue(
Object^ src,
String^ propName
)
[<ExtensionAttribute>]
static member GetPropValue :
src : Object *
propName : string -> Object
- src Object
-
- propName String
-
ObjectIn Visual Basic and C#, you can call this method as an instance method on any object of type
Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).