'Declaration Public Shared Function GetPropertiesWithHierarchy(Of T)( _ ByVal modifiedPropertyName As String, _ ByVal instance As T _ ) As List(Of String)
public static List<string> GetPropertiesWithHierarchy<T>( string modifiedPropertyName, T instance )
Parameters
- modifiedPropertyName
- Name of the connection string property on value change.
- instance
- Instance of the object.
Type Parameters
- T
- Type of the object.
Return Value
List of properties with hierarchy attributes.