summaryM:DotNetNuke.UI.Utilities.Reflection.GetProperty(System.Type,System.String,System.Object)
Namespace: DotNetNuke.UI.UtilitiesAssembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.dll)
Syntax
C# |
---|
public static Object GetProperty( Type Type, string PropertyName, Object Target ) |
Visual Basic |
---|
Public Shared Function GetProperty ( Type As Type, PropertyName As String, Target As Object ) As Object |
Parameters
- Type
- Type: System..::..Type
paramTypeM:DotNetNuke.UI.Utilities.Reflection.GetProperty(System.Type,System.String,System.Object)
- PropertyName
- Type: System..::..String
paramPropertyNameM:DotNetNuke.UI.Utilities.Reflection.GetProperty(System.Type,System.String,System.Object)
- Target
- Type: System..::..Object
paramTargetM:DotNetNuke.UI.Utilities.Reflection.GetProperty(System.Type,System.String,System.Object)