Gets the name of the property used to access to the given FieldInfo.
Namespace:
Novalys.VisualGuard.SecurityAssembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public static string GetUndecoratedFieldName( FieldInfo info ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetUndecoratedFieldName ( _ info As FieldInfo _ ) As String |
Parameters
- info
- Type: System.Reflection..::.FieldInfo
The FieldInfo for which you want to get the property name.