| AddInManagerGetAddInProperty Method |
Namespace:
Dynamicweb.Extensibility.AddIns
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax public static PropertyInfo GetAddInProperty(
Type addInType,
string propertyName
)
Public Shared Function GetAddInProperty (
addInType As Type,
propertyName As String
) As PropertyInfo
Parameters
- addInType
- Type: SystemType
- propertyName
- Type: SystemString
Return Value
Type:
PropertyInfoSee Also