  | AddInManagerGetAddInProperties Method  | 
  
    Namespace: 
   Dynamicweb.Extensibility.AddIns
    Assembly:
   Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntaxpublic static IEnumerable<string> GetAddInProperties(
	Type addInType
)
Public Shared Function GetAddInProperties ( 
	addInType As Type
) As IEnumerable(Of String)
Parameters
- addInType
 - Type: SystemType
 
Return Value
Type: 
IEnumerableString
See Also