'DeclarationPublic Shared Function IsReadWrite( _ ByVal propertyInfo As System.Reflection.PropertyInfo _ ) As System.Boolean
'UsageDim propertyInfo As System.Reflection.PropertyInfo Dim value As System.Boolean value = NPropertyInfo.IsReadWrite(propertyInfo)
public static System.bool IsReadWrite( System.Reflection.PropertyInfo propertyInfo )
Parameters
- propertyInfo